packages feed

jsonifier 0.1 → 0.1.0.1

raw patch · 2 files changed

+9/−9 lines, 2 files

Files

README.md view
@@ -43,14 +43,14 @@  Here is the table of the data sizes of produced documents by the amounts of objects: -Objects amount | Data size--- | ---1 | 941B-10 | 6.4kB-100 | 60kB-1,000 | 604kB-10,000 | 6MB-100,000 | 60MB+| Objects amount | Data size |+| --- | --- |+| 1 | 941B |+| 10 | 6.4kB |+| 100 | 60kB |+| 1,000 | 604kB |+| 10,000 | 6MB |+| 100,000 | 60MB |  The benchmark suite is bundled with the package. 
jsonifier.cabal view
@@ -1,5 +1,5 @@ name: jsonifier-version: 0.1+version: 0.1.0.1 synopsis: Fast and simple JSON encoding toolkit description:   Minimalistic library for encoding JSON directly to strict bytestring.