{"id":16851899,"url":"https://github.com/cad97/strena","last_synced_at":"2025-08-17T10:39:50.359Z","repository":{"id":90989917,"uuid":"276493894","full_name":"CAD97/strena","owner":"CAD97","description":"An arena-inspired interner for strings","archived":false,"fork":false,"pushed_at":"2020-07-02T20:40:15.000Z","size":18,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T16:06:47.770Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CAD97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE/APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-01T22:22:57.000Z","updated_at":"2024-11-22T03:48:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9fe7b46-a8f2-4dff-9b6a-c0939dff8e22","html_url":"https://github.com/CAD97/strena","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CAD97/strena","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAD97%2Fstrena","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAD97%2Fstrena/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAD97%2Fstrena/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAD97%2Fstrena/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CAD97","download_url":"https://codeload.github.com/CAD97/strena/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAD97%2Fstrena/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270837411,"owners_count":24654378,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-13T13:34:02.111Z","updated_at":"2025-08-17T10:39:50.321Z","avatar_url":"https://github.com/CAD97.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# strena, the string arena\n\nAn [arena]-inspired [interner][interning] for strings.\n \nThe interner allows you to cache strings and instead deal in a simple\nsymbol, which is trivial to copy around and compare for equality.\n\nAs opposed to most other interners, this interner stores all of the\ninterned strings in a single concatenated string. This reduces allocation\nspace required for the interned strings, as well as fragmentation of the\nmemory held by the interner.\n\n## Cargo Features\n\n- `inline-more`: Aggressively inline functions defined in this crate.\n  Note that 99% of this crate is already monomorphized into consumers,\n  and thus this just further inlines the functionality into every CGU\n  of dependent crates, moving work from thin-crate LTO to codegen.\n  This can cause a significant increase in compile time for some slight\n  (unmeasured) performance benefits.\n\n- `inline-even-more`: Do aggressive inlining, and aggressively inline\n  hashbrown's hashtable implementation as well. Further compile-time\n  impact for further slight (unmeasured) performance benefits.\n\n- `rayon`: Support parallel iteration of symbols via [rayon].\n\n  [rayon]: \u003chttps://docs.rs/rayon/\u003e\n  [arena]: \u003chttps://stackoverflow.com/q/12825148/3019990\u003e\n  [interning]: \u003chttps://en.wikipedia.org/wiki/String_interning\u003e\n\n## Minimum Supported Rust Version\n\n1.36, the first version with stable access to the `alloc` crate.\n\nThis minimum version support is informal, and may change with any version.\nIt will, however, not be regressed without specific reasoning for upgrading.\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0\n   ([LICENSE/APACHE](LICENSE/APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license\n   ([LICENSE/MIT](LICENSE/MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\nIf you are a highly paid worker at any company that prioritises profit over\npeople, you can still use this crate. I simply wish you will unionise and push\nback against the obsession for growth, control, and power that is rampant in\nyour workplace. Please take a stand against the horrible working conditions\nthey inflict on your lesser paid colleagues, and more generally their\ndisrespect for the very human rights they claim to fight for.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcad97%2Fstrena","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcad97%2Fstrena","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcad97%2Fstrena/lists"}