Skip to content

Commit 90fd64e

Browse files
committed
simplified
1 parent 0c56ec5 commit 90fd64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ constructor discovery (increased the jar size by about 10K.)
4848
Optimized for modern cloud deployments and container environments:
4949

5050
**Technical Characteristics:**
51-
- **Minimal Footprint**: ~600KB JAR + ~500KB java.sql module = ~1.1MB total (85% smaller than Guava ~2.7MB or Eclipse Collections ~2.8MB)
51+
- **Minimal Footprint**: ~600KB JAR
5252
- **Zero Runtime Dependencies**: No transitive dependencies to manage, reducing classpath conflicts and container image complexity
5353
- **Fast Startup**: JDK 8 bytecode (class file format 52) with instant classloading, optimized for serverless cold starts
5454
- **Thread-Safe**: All concurrent collections designed for horizontal scaling in Kubernetes and containerized environments

0 commit comments

Comments
 (0)