-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I have not read the code fully,but here is my suggestion:
- I think the ArrayDictionary should be named SortedList.It should be a big mistake if the ArrayDictionary has same logic with SortedList.
2.What is different between ArrayHashSet to HashSet?ArrayHashSet has same logic with SortedList<T,Unit>?If they are same,it is better that remove the ArrayHashSet from the library.
3.Why not use RefXXX name instead of TempXXX ?
4.I find no warnning about TempXXX. Stack space is limited and will cause Exception while alloc too much.
I have my repo PooledBuffer base on jtmueller/Collections.Pooled,but I found a problem with jtmueller/Collections.Pooled a few day ago and it looks like dead.I am finding a new library to replace it ,and I get this library.But your library seems not ready and not strong enough.You can do this better.
Metadata
Metadata
Assignees
Labels
No labels