Skip to content

monolithpl/trie-compiler

Repository files navigation

trie compiler

Compress wordlists for javascript web apps using packed trie algorithms.

Achieves approx. 50% compression while maintaining fast - O(1) - lookup speed.

See it in action here

features

screenshot / example

trie compiler screenshot

demo

check it out here

implementation details

Read more about performance-first string lookups in javascript using tries here:

MIT License

Copyright 2017 Wiktor Jakubczyc


Part of vocab.today teacher's resources toolkit

About

Compress wordlists for web apps using packed trie

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published