https://github.com/reason-seoul/rescript-collection
Fast and efficient, persistent immutable collection for JS written in 100% ReScript!
https://github.com/reason-seoul/rescript-collection
data-structures hacktoberfest reasonml rescript typescript vector
Last synced: 5 months ago
JSON representation
Fast and efficient, persistent immutable collection for JS written in 100% ReScript!
- Host: GitHub
- URL: https://github.com/reason-seoul/rescript-collection
- Owner: reason-seoul
- License: mit
- Created: 2021-01-04T11:24:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T08:33:12.000Z (almost 2 years ago)
- Last Synced: 2025-04-30T23:56:59.086Z (5 months ago)
- Topics: data-structures, hacktoberfest, reasonml, rescript, typescript, vector
- Language: ReScript
- Homepage: https://rescript-collection.pages.dev
- Size: 7.84 MB
- Stars: 56
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - rescript-collection - seoul | 27 | (Reason)
README
# ReScript Collections
Fast and efficiant immutable collection for ReScript/TypeScript/JavaScript written in 100% ReScript!
## Packages
| Package | Description | |
| :--------------------------------- | :------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| [rescript-vector](packages/vector) | Persistent Vector | [](https://www.npmjs.com/package/rescript-vector) |
| [rescript-queue](packages/queue) | Persistent Queue & Deque | [](https://www.npmjs.com/package/rescript-queue) |## License
MIT