nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

README.md (372B)


      1 Implements the grisu3 floating point printing and parsing algorithm
      2 based on earlier work:
      3 
      4 - <http://www.cs.tufts.edu/~nr/cs257/archive/florian-loitsch/printf.pdf>
      5 - <https://github.com/google/double-conversion>
      6 - <https://github.com/juj/MathGeoLib/blob/master/src/Math/grisu3.c>
      7 - <http://www.exploringbinary.com/quick-and-dirty-floating-point-to-decimal-conversion/>
      8 
      9