Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qnikst/strictput
strict put serialization
https://github.com/qnikst/strictput
Last synced: 17 days ago
JSON representation
strict put serialization
- Host: GitHub
- URL: https://github.com/qnikst/strictput
- Owner: qnikst
- License: bsd-3-clause
- Created: 2013-04-03T08:03:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-25T12:09:36.000Z (over 11 years ago)
- Last Synced: 2024-10-09T15:54:22.357Z (28 days ago)
- Language: Haskell
- Size: 1.09 MB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This project is a StrictPut realiazation that may be usefull
for serializing data structures to strict bytestring with
known upper bound. This package uses highly unsafe methods
that use no length check and operate raw pointers, but it
can lead to performance growth.