Skip to content

backenders-game/DAWG

 
 

Repository files navigation

DAWG

image

This package provides DAWG(DAFSA)-based dictionary-like read-only objects for Python (2.x and 3.x).

String data in a DAWG may take 200x less memory than in a standard Python dict and the raw lookup speed is comparable; it also provides fast advanced methods like prefix search.

License

Wrapper code is licensed under MIT License. Bundled dawgdic C++ library is licensed under BSD license. Bundled libb64 is Public Domain.

About

DAFSA-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 51.0%
  • Python 44.5%
  • C 4.5%