Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T08:33:12.000Z (about 1 year ago)
- Last Synced: 2024-08-03T01:29:11.563Z (6 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: 5
- 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 | [![rescript-vector package version](https://img.shields.io/npm/v/rescript-vector)](https://www.npmjs.com/package/rescript-vector) |
| [rescript-queue](packages/queue) | Persistent Queue & Deque | [![rescript-queue package version](https://img.shields.io/npm/v/rescript-queue)](https://www.npmjs.com/package/rescript-queue) |## License
MIT