Commit Graph

5 Commits

Author SHA1 Message Date
9c0dbb9c07 Make EntryTable<T> expandable
* EntryTable is now expandable instead of being a fixed slab.
* Remove EntryTable<T>.TryAllocate
* Remove Counter<T>.TryCreate

Address LDj3SNuD's feedback
2021-04-16 18:20:05 +04:00
a9e56d0a89 Make EntryTable<T>.TryAllocate set entry to default 2021-04-13 21:34:58 +04:00
f443167da8 Apply suggestions from code review
Address gdkchan's feedback

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
2021-04-13 11:22:30 +04:00
311f1fbba5 Return false on overflow 2021-04-13 11:12:35 +04:00
82582497a7 Add EntryTable<TEntry> 2021-04-13 10:50:07 +04:00