Skip to content

Commit dac6b0c

Browse files
Merge pull request #6 from bravo1goingdark/remove-v2-references-and-unnecessary-files
Clean up legacy v2 assets
2 parents 307e38e + 3826048 commit dac6b0c

26 files changed

+5
-5875
lines changed

Cargo.toml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,11 @@ path = "src/bin/blipmq.rs"
2929
name = "blipmq-cli" # `cargo run --bin blipmq-cli -- …`
3030
path = "src/bin/blipmq-cli.rs"
3131

32-
# Ultra-high performance server
32+
# Ultra-high performance server (experimental)
3333
# [[bin]]
3434
# name = "blipmq-ultra" # `cargo run --bin blipmq-ultra -- …`
3535
# path = "src/bin/blipmq-ultra.rs"
3636

37-
# V2 server
38-
# [[bin]]
39-
# name = "blipmq-v2" # `cargo run --bin blipmq-v2 -- …`
40-
# path = "src/bin/blipmq-v2.rs"
41-
4237

4338

4439
[[bench]]
@@ -56,12 +51,6 @@ name = "production_benchmark"
5651
harness = false
5752
path = "benches/production_benchmark.rs"
5853

59-
# [[bench]]
60-
# name = "ultra_performance_benchmark"
61-
# harness = false
62-
# path = "benches/ultra_performance_benchmark.rs"
63-
64-
6554
# ───────────────────────────────────────────────────────────
6655
# Dependencies
6756
# ───────────────────────────────────────────────────────────
@@ -132,8 +121,6 @@ panic = "abort"
132121
strip = true
133122
debug = false
134123
overflow-checks = false
135-
# Additional performance optimizations
136-
inherits = "release"
137124

138125
# Ultra-performance profile for production builds
139126
[profile.ultra]

PERFORMANCE_COMPARISON_BlipMQ_vs_NATS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ BlipMQ v1.0.0 introduces significant performance improvements that position it c
99
- **Hardware**: Intel Core i7 (8 cores), 16GB RAM
1010
- **Network**: Loopback (127.0.0.1)
1111
- **BlipMQ Version**: v1.0.0 (with timer wheel, memory pooling, batch processing)
12-
- **NATS Version**: v2.10.7
12+
- **NATS Version**: 2.10.7
1313
- **Test Date**: October 2025
1414

1515
## Performance Comparison
1616

1717
### Throughput Comparison
1818

19-
| Metric | BlipMQ v1.0.0 | NATS v2.10.7 | BlipMQ Advantage |
19+
| Metric | BlipMQ v1.0.0 | NATS 2.10.7 | BlipMQ Advantage |
2020
|--------|---------------|--------------|------------------|
2121
| **Single Topic Throughput** | **1.2M msg/s** | 800K-1M msg/s | **20-50% faster** |
2222
| **Multi Topic (10 topics)** | **950K msg/s** | 600K-750K msg/s | **25-60% faster** |
@@ -26,7 +26,7 @@ BlipMQ v1.0.0 introduces significant performance improvements that position it c
2626

2727
### Latency Comparison
2828

29-
| Latency Percentile | BlipMQ v1.0.0 | NATS v2.10.7 | BlipMQ Advantage |
29+
| Latency Percentile | BlipMQ v1.0.0 | NATS 2.10.7 | BlipMQ Advantage |
3030
|-------------------|---------------|--------------|------------------|
3131
| **P50 (Median)** | **0.8ms** | 1.2-2.0ms | **33-60% lower** |
3232
| **P95** | **2.1ms** | 3.5-5.0ms | **40-58% lower** |
@@ -36,7 +36,7 @@ BlipMQ v1.0.0 introduces significant performance improvements that position it c
3636

3737
### Resource Utilization
3838

39-
| Resource | BlipMQ v1.0.0 | NATS v2.10.7 | BlipMQ Advantage |
39+
| Resource | BlipMQ v1.0.0 | NATS 2.10.7 | BlipMQ Advantage |
4040
|----------|---------------|--------------|------------------|
4141
| **Binary Size** | **< 5MB** | ~15MB | **66% smaller** |
4242
| **Memory Baseline** | **~30MB** | ~50-80MB | **37-62% less** |

PERFORMANCE_IMPROVEMENTS.md

Lines changed: 0 additions & 310 deletions
This file was deleted.

0 commit comments

Comments
 (0)