memory-pools icon indicating copy to clipboard operation
memory-pools copied to clipboard

Memory pools, non-allocating LINQ, traffic-free collections

Results 2 memory-pools issues
Sort by recently updated
recently updated
newest added

GetBucket() returns 7 for default chunk size (128 items), but 7 bucket contains buffers with size for 2048 items. Should GetBucket() return 3 for default chunk size? https://github.com/sidristij/memory-pools/blob/9d596bef2bb1f15f8c8610f4399f33222c4c40fd/MemoryPools/Memory/Pooling/Utilities.cs#L11

Hello, I become curious after discovering your library and decided to give it try. Problem is that I am unable to see any difference between your memory pool and the...