issues
search
jtmueller
/
Collections.Pooled
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
MIT License
554
stars
48
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
GetValueRefOrAddDefault and GetValueRefOrNullRef support
#53
AnakinCN
opened
5 months ago
0
Updated projects to target .NET 6,7 & 8 (Issue #51)
#52
jshergal
opened
7 months ago
2
Upgrad and support .net 6
#51
Ameen-Alqattow
opened
11 months ago
1
PooledDictionary.Remove with Count 0 = Exception
#50
rwasef1830
closed
1 year ago
1
How about call GC.SuppressFinalize(this) to prevent add to finalization queue.
#49
doublnt
closed
2 years ago
0
Is the repos alive?
#48
BoysheO
opened
2 years ago
0
Consider PooledSortedList
#47
rcmdh
opened
2 years ago
0
support ICollection and IReadonlyCollection<T>
#46
ares128
closed
2 years ago
0
linq benefits from pooled?
#45
AnakinCN
closed
2 years ago
1
Fix List Clear Array bug
#44
ipavel83
closed
2 years ago
0
Why not implents INotifyCollectionChanged or provide a BindingVersion
#43
obx100
opened
3 years ago
0
Add equivalent of CollectionsMarshal.GetValueRef for PooledDictionary.
#42
grokys
opened
3 years ago
0
PooledSet is generating GC when item gets removed
#41
friuns2
opened
4 years ago
1
Pooled Array
#40
cmeyertons
opened
4 years ago
0
Pooled Lookup
#39
cmeyertons
opened
4 years ago
0
Resurrect rented buffers or arrays in finalyzer
#38
baal2000
closed
4 years ago
1
Nested pooled collections crash the Visual Studio heap snapshot
#37
thatcosmonaut
opened
5 years ago
0
Retrieve Memory<T> from PooledList<T>
#36
akraines
closed
4 years ago
0
added test to measure accessors
#35
dzmitry-lahoda
closed
2 years ago
0
Aggressive optimization and inlining foor PooledList.Span
#34
dzmitry-lahoda
opened
5 years ago
5
GC of boxing if key is struct
#33
dzmitry-lahoda
closed
5 years ago
1
Support for ObservableCollection
#32
Symbai
opened
5 years ago
6
Disposing PooledDictionary doesn't dispose PooledList stored as values
#31
DmitryNaumov
closed
5 years ago
2
Set up CI with Azure Pipelines [skip ci]
#30
jtmueller
closed
5 years ago
0
size to capacity #26
#29
dzmitry-lahoda
closed
5 years ago
2
Support for .NET Standard 2.1
#28
jtmueller
opened
5 years ago
15
PooledList.Dispose semantics
#27
dzmitry-lahoda
closed
5 years ago
6
new PooledList<PlayerState>(Players.Count, preallocate : true)
#26
dzmitry-lahoda
closed
5 years ago
8
Make PooledStack Indexable and Insertable
#25
Wixred
opened
5 years ago
3
Adding ClearMode enum to control clearing of transient arrays
#24
jtmueller
closed
5 years ago
0
PooledSet performance optimizations
#23
jtmueller
closed
5 years ago
0
Custom ArrayPool support
#22
jtmueller
closed
5 years ago
0
Serialization tests
#21
jtmueller
closed
5 years ago
1
Binary Serialization
#20
jtmueller
closed
5 years ago
1
Adds PooledQueue class
#19
jtmueller
closed
5 years ago
0
Add support for PooledQueue
#18
jtmueller
closed
5 years ago
0
Add support for Tuple<TKey, TValue> to dictionary constructor/AddRange
#17
jtmueller
closed
5 years ago
1
Add a Span-based constructor overload to PooledStack
#16
jtmueller
closed
5 years ago
1
Adding PooledSet
#15
jtmueller
closed
5 years ago
0
Add ability to force clear of pooled data
#14
jtmueller
closed
5 years ago
5
Add suppport for custom ArrayPools
#13
jtmueller
closed
5 years ago
3
Put all TestBase-derived unit tests in a single collection
#12
jtmueller
closed
5 years ago
0
Fixing hashing issue in dictionary resize optimization
#11
jtmueller
closed
5 years ago
0
PooledDictionary get fails with ValueTuple key
#10
jtmueller
closed
5 years ago
2
allow access span to read out (e.g. during custom serialization)
#9
dzmitry-lahoda
closed
5 years ago
2
PooledList: the indexer-get operation is 9-10 times slower than that of List, but Span is fine
#8
dzmitry-lahoda
closed
5 years ago
5
Pooled stack
#7
jtmueller
closed
5 years ago
0
Memory analysis on on dict benchmarks, like it wad did for list.
#6
dzmitry-lahoda
closed
5 years ago
3
Performance of dictionary
#5
dzmitry-lahoda
closed
5 years ago
4
I see non generic IDictionary implemented. Would you accept pull do drop it?
#4
dzmitry-lahoda
closed
5 years ago
2
Next