|
|
|
|
|
by orlp
1678 days ago
|
|
Hi, author of slotmap here if anyone has any questions. Slotmap is essentially the Vec + indices solution, while allowing memory to be reused. It is still completely safe, as it automatically versions each slot, and checks the version contained in the key when indexing. |
|