packages feed

jsonifier 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+8/−10 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -41,16 +41,14 @@ lazy-aeson/100,000                       mean 245.4 ms  ( +- 1.571 ms  ) ``` -Here is the table of the data sizes of produced documents by the amounts of objects:+Here is the listing 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 |+- 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.0.1+version: 0.1.0.2 synopsis: Fast and simple JSON encoding toolkit description:   Minimalistic library for encoding JSON directly to strict bytestring.