Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metric-space/cyclejs-autocomplete-haskell-backend
https://github.com/metric-space/cyclejs-autocomplete-haskell-backend
autocomplete cyclejs haskell
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/metric-space/cyclejs-autocomplete-haskell-backend
- Owner: metric-space
- Created: 2017-03-14T10:24:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T18:00:01.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T05:33:33.386Z (2 months ago)
- Topics: autocomplete, cyclejs, haskell
- Language: JavaScript
- Size: 860 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
- Haskell
- [Orclev](https://github.com/orclev)'s Trie from [https://gist.github.com/orclev/1929451](https://gist.github.com/orclev/1929451)
- Scotty
- Aeson
- Cyclejs for frontend## 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