| Crates.io | svm-hashmap |
| lib.rs | svm-hashmap |
| version | 0.1.0 |
| created_at | 2025-12-04 08:07:09.528102+00 |
| updated_at | 2025-12-04 08:07:09.528102+00 |
| description | Custom svm hashmap |
| homepage | |
| repository | https://github.com/abelmarnk/svm-hash |
| max_upload_size | |
| id | 1966136 |
| size | 6,245 |
This crate provides a custom implementation of a hashmap based on SHA256, to be used in a solana environment.
It does not provide any guarantees beyond using less CUs than the rust provided hashmap when used in a solana environment.