0.3.0 - 2019-01-22
- Made
Rist<T>
sealed. This is breaking change but can improve performance.
- Merged removing
_syncRoot
in order to reduce size of collection.
0.2.2 - 2018-12-19
netcoreapp1.0
as separate target framework to remove dependency fromSystem.Buffers
.
- Replaced license URL with license expression.
0.2.1 - 2018-12-01
- Merged fix for
List<T>
.
0.2.0 - 2018-10-27
RistBenchmark
class for measuring allocations.netstandard2.0
andnet461
targets.- Strong naming with open-source key.
- Embedded portable PDBs in the main package.
- Integrated Source Link to enable source code debugging.
0.1.1 - 2018-09-17
- This CHANGELOG.md file.
- CONTRIBUTING.md file.
- Update System.Buffers from 4.4.0 to 4.5.0.
Rist<T>
generic class for recyclable list.