Skip to content

Commit c9ef75e

Browse files
committed
Corrected error in README
1 parent 31779ca commit c9ef75e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

EsoxSolutions.ObjectPool/EsoxSolutions.ObjectPool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Authors>Iede Snoek</Authors>
1818
<PackageReleaseNotes>Version 4.0.0: Complete production-ready suite with dependency injection, health checks, OpenTelemetry metrics, pool warm-up, eviction/TTL, circuit breaker pattern, lifecycle hooks, and scoped pools for multi-tenancy. 186 tests passing with 100% success rate. Enterprise-ready with comprehensive monitoring and observability.</PackageReleaseNotes>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
20-
<Version>4.0.1</Version>
20+
<Version>4.0.2</Version>
2121
<SignAssembly>True</SignAssembly>
2222
<AssemblyOriginatorKeyFile>C:\temp\EsoxSolutions.ObjectPool.snk</AssemblyOriginatorKeyFile>
2323
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ EsoxSolutions.ObjectPool is a high-performance, thread-safe object pool for .NET
3636
- **Sealed classes**: Better performance optimization opportunities
3737

3838
#### Technical Improvements
39-
- **Optimized bulk operations**: Uses `PushRange` for returning multiple objects efficiently
4039
- **Early exit optimization**: Query operations exit immediately when match found
4140
- **Reduced allocations**: Eliminated redundant snapshots and LINQ overhead
4241
- **Better statistics**: More accurate tracking under concurrent load

0 commit comments

Comments
 (0)