https://github.com/riot-ml/bytestring
Efficient, immutable, UTF friendly byte strings with Elixir-style pattern matching for OCaml
https://github.com/riot-ml/bytestring
Last synced: 3 months ago
JSON representation
Efficient, immutable, UTF friendly byte strings with Elixir-style pattern matching for OCaml
- Host: GitHub
- URL: https://github.com/riot-ml/bytestring
- Owner: riot-ml
- License: other
- Created: 2024-04-11T02:00:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-28T02:11:04.000Z (about 1 year ago)
- Last Synced: 2025-05-07T20:44:53.337Z (5 months ago)
- Language: OCaml
- Homepage:
- Size: 660 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
bytestring
Efficient, immutable, UTF friendly byte strings with Elixir-style pattern matchingBytestring implements efficient, immutable, pattern-matchable, UTF friendly
byte strings backed up by a rope implementation with mutable iterator instances
and a transient interface in the spirit of Clojure transient data.