{"id":13759531,"url":"https://github.com/rimbu-org/rimbu","last_synced_at":"2025-04-08T08:15:34.845Z","repository":{"id":38071565,"uuid":"369137858","full_name":"rimbu-org/rimbu","owner":"rimbu-org","description":"Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.","archived":false,"fork":false,"pushed_at":"2025-04-01T06:59:04.000Z","size":81118,"stargazers_count":135,"open_issues_count":14,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T07:38:35.649Z","etag":null,"topics":["bimap","collection","graph","hashmap","hashtable","immutable","list","multimap","rimbu","sorted","sorted-map","sorted-sets","stream","table","typescript"],"latest_commit_sha":null,"homepage":"http://rimbu.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rimbu-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"vitoke"}},"created_at":"2021-05-20T08:33:47.000Z","updated_at":"2025-04-01T06:57:46.000Z","dependencies_parsed_at":"2023-09-28T11:39:29.389Z","dependency_job_id":"967ffbce-57cf-4676-95f1-2b0e72a980b2","html_url":"https://github.com/rimbu-org/rimbu","commit_stats":{"total_commits":624,"total_committers":8,"mean_commits":78.0,"dds":0.4375,"last_synced_commit":"19ace35e1347ee599c9e29ab2c9e9c6f0443bb99"},"previous_names":[],"tags_count":1515,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rimbu-org%2Frimbu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rimbu-org%2Frimbu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rimbu-org%2Frimbu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rimbu-org%2Frimbu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rimbu-org","download_url":"https://codeload.github.com/rimbu-org/rimbu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247669621,"owners_count":20976423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bimap","collection","graph","hashmap","hashtable","immutable","list","multimap","rimbu","sorted","sorted-map","sorted-sets","stream","table","typescript"],"created_at":"2024-08-03T13:00:54.837Z","updated_at":"2025-04-08T08:15:34.816Z","avatar_url":"https://github.com/rimbu-org.png","language":"TypeScript","funding_links":["https://github.com/sponsors/vitoke"],"categories":["目录"],"sub_categories":["TypeScript"],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/rimbu-org/rimbu/raw/main/assets/rimbu_logo.svg\" /\u003e\n\u003c/p\u003e\n\n[![npm version](https://badge.fury.io/js/@rimbu%2Fcore.svg)](https://www.npmjs.com/package/@rimbu/core)\n[![Deno](https://shield.deno.dev/x/rimbu)](http://deno.land/x/rimbu)\n![Licence](https://img.shields.io/github/license/rimbu-org/rimbu)\n[![codecov](https://codecov.io/gh/rimbu-org/rimbu/branch/main/graph/badge.svg?token=RSFK5B0N0Z)](https://codecov.io/gh/rimbu-org/rimbu)\n\n# Rimbu: Immutable Collections and Tools for TypeScript\n\nWelcome to **Rimbu**—your go-to TypeScript library for highly performant, type-safe, and immutable collections. With Rimbu, your data manipulation tasks become more efficient and predictable, offering enhanced data integrity and type safety.\n\n## Why Choose Rimbu?\n\n- **Data Integrity**: Prevent accidental modifications and safeguard your original data.\n- **Debugging Made Easy**: Simplify reasoning about your code and catch bugs early.\n- **Type Safety**: Full compatibility with TypeScript ensures robust code.\n- **Performance Boost**: Reduce the need for deep copies.\n- **Functional Programming**: Supports immutability-based change detection, undo/redo features, and safe concurrent programming.\n- **Simplified Testing**: Eliminate side effects and simplify your tests.\n- **Versatile**: Works seamlessly across Web, Node.js, Bun, and Deno environments.\n\n## Quick Links\n\n- 📚 [Rimbu Docs](https://rimbu.org)\n- 🗂 [Rimbu API Docs](https://rimbu.org/api)\n- 🎮 [Try Rimbu in CodeSandBox](https://codesandbox.io/s/github/vitoke/rimbu-sandbox/tree/main?previewwindow=console\u0026view=split\u0026editorsize=65\u0026moduleview=1\u0026module=/src/index.ts)\n\n## Installation\n\n### Compatibility\n\n- [`Node` ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?logo=node.js\u0026logoColor=white)](https://nodejs.org)\n- [`Deno` ![Deno JS](https://img.shields.io/badge/deno%20js-000000?logo=deno\u0026logoColor=white)](https://deno.com/runtime)\n- [`Bun` ![Bun](https://img.shields.io/badge/Bun-%23000000.svg?logoColor=white)](https://bun.sh/)\n- `Web` ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?logoColor=white)\n\n### Package Managers\n\n**Yarn:**\n\n```sh\nyarn add @rimbu/core\n```\n\n**npm:**\n\n```sh\nnpm install @rimbu/core\n```\n\n**Bun:**\n\n```sh\nbun add @rimbu/core\n```\n\n### Deno Setup\n\nCreate or edit `import_map.json` in your project root:\n\n```json\n{\n  \"imports\": {\n    \"@rimbu/\": \"https://deno.land/x/rimbu@x.y.z/\"\n  }\n}\n```\n\n_Replace `x.y.z` with the desired version._\n\n## Main Packages\n\n| Package                                              | Description                                                |\n| ---------------------------------------------------- | ---------------------------------------------------------- |\n| [@rimbu/bimap](packages/bimap)                       | Bidirectional map with one-to-one key-value mapping        |\n| [@rimbu/bimultimap](packages/bimultimap)             | Bidirectional multimap with many-to-many key-value mapping |\n| [@rimbu/collection-types](packages/collection-types) | Generic collection types definitions                       |\n| [@rimbu/common](packages/common)                     | Common types and functions across the library              |\n| [@rimbu/core](packages/core)                         | Exports most main types from other packages                |\n| [@rimbu/deep](packages/deep)                         | Tools for treating JS objects as immutable                 |\n| [@rimbu/graph](packages/graph)                       | Graph implementations with nodes and edges                 |\n| [@rimbu/hashed](packages/hashed)                     | HashMap and HashSet implementations                        |\n| [@rimbu/list](packages/list)                         | Efficiently ordered sequence manipulations                 |\n| [@rimbu/multimap](packages/multimap)                 | Map with one-to-many key-value mapping                     |\n| [@rimbu/multiset](packages/multiset)                 | Set allowing multiple occurrences of elements              |\n| [@rimbu/ordered](packages/ordered)                   | OrderedSet and OrderedMap collections                      |\n| [@rimbu/sorted](packages/sorted)                     | SortedMap and SortedSet with efficient sorting             |\n| [@rimbu/stream](packages/stream)                     | Data sequence manipulation methods                         |\n| [@rimbu/table](packages/table)                       | Table structures with row and column key mapping           |\n\n## Development Setup\n\n1. Clone the repository.\n2. Run `yarn` to install dependencies.\n3. To build packages, use `yarn build`.\n4. Run tests with `yarn test`.\n\n## Author\n\nCreated and maintained by [Arvid Nicolaas](https://github.com/vitoke).\n\n## Contributing\n\nWe welcome contributions! Please read our [Contributing guide](https://github.com/rimbu-org/rimbu/blob/main/CONTRIBUTING.md).\n\n## Contributors\n\n\u003cimg src = \"https://contrib.rocks/image?repo=rimbu-org/rimbu\"/\u003e\n\n_Made with [contributors-img](https://contrib.rocks)._\n\n## Acknowledgements\n\nSpecial thanks to [bglgwyng](https://github.com/bglgwyng) for being the first Rimbu sponsor. You're awesome!\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frimbu-org%2Frimbu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frimbu-org%2Frimbu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frimbu-org%2Frimbu/lists"}