Autocomplete demo in Haskell (Work in progress)

  • Simple project that does dictionary based word-complete via a web interface
  • Mainly an experiment to play around with Haskell and cyclejs

Tech used

Work yet to be done

  • cyclejs code has to be properly documented
  • autocomplete menu(table) has to be made scrollable

Topics of Research

  • is my way of serializing the trie completely crap that the serialized way takes way more time than just simply building the trie from ground up :'(
  • parallelizing construction of trie

License

  • MIT