Popularity
2.8
Stable
Activity
2.7
Stable
1
4
0
Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.1.1.0
hw-json-simple-cursor alternatives and similar packages
Based on the "hw" category.
Alternatively, view hw-json-simple-cursor alternatives based on common mentions on social networks and blogs.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of hw-json-simple-cursor or a related project?
README
hw-json-simple-cursor
hw-json-simple-cursor
is support library for hw-json
, a succinct JSON parsing library.
It uses succinct data-structures to allow traversal of large JSON strings with minimal memory overhead.
For more information see hw-json
.
References
- Semi-Indexing Semi-Structured Data in Tiny Space
- Succinct Data Structures talk by Edward Kmett
- Typed Tagless Final Interpreters