Leonardo Vencovsky

Results 18 issues of Leonardo Vencovsky

Includes testing - [ ] Callbacks - [ ] Alloc - [ ] Flags - [ ] Ftables

- [ ] Bitset - [ ] Deque - [ ] HashBidiMap - [ ] HashMap - [ ] HashMultiMap - [ ] HashMultiSet - [ ] HashSet - [...

- [ ] Bitset - [ ] Deque - [ ] HashBidiMap - [ ] HashMap - [ ] HashMultiMap - [ ] HashMultiSet - [ ] HashSet - [...

- [ ] Allows to switch between hash based and tree based data structures (e.g. AVL vs RBT, Round Robin vs Hopscotch, etc)

enhancement
code

- [ ] Called in every function, passing down a few parameters like the first one e.g. `self` or `_list_` and the function name - [ ] Called at the...

enhancement
code

`CMC_SAC` makes a collection to have a fixed buffer size, possibly avoiding allocations, but the `_new()` function allocates the struct anyway. This can be good if the buffer size is...

enhancement
code

Hi! I was thinking about refactoring `ttl` parameters to be of type `std::time::Duration` for a nicer API. Do you think this would be a welcoming change?

- Refactor TTL and retry_delay to use Duration - Update example - Add unit test - Bump minor version closes #11