Skip to content

Conversation

@JerrySu5379
Copy link

  • Add Hotaru framework implementation for TechEmpower benchmarks
  • Includes all 7 required benchmark tests (JSON, plaintext, db, queries, updates, fortunes, cached-queries)
  • Performance: ~287K req/sec for plaintext and cached queries

All tests pass TechEmpower validation.

Framework Information

Performance Results (512 concurrent connections)

  • Plaintext: 286,871 req/sec
  • Cached queries (1): 286,871 req/sec
  • Cached queries (20): 191,350 req/sec
  • Cached queries (100): 89,345 req/sec
  • Average latency: 2-6ms

Implementation Details

  • Uses Rust edition 2024
  • All dependencies from crates.io
  • In-memory caching with moka (10,000 entry capacity)
  • Cache pre-warmed at startup
  • PostgreSQL connection pooling with deadpool
  • Akari template engine for HTML rendering

* Add Hotaru framework implementation for TechEmpower benchmarks
* Includes all 7 required benchmark tests (JSON, plaintext, db, queries, updates, fortunes, cached-queries)
* Performance: ~290K req/sec for plaintext and cached queries
@JerrySu5379 JerrySu5379 changed the title Add hotaru framework Add Hotaru Rust framework Jan 29, 2026
@JerrySu5379 JerrySu5379 changed the title Add Hotaru Rust framework [rust/hotaru] Add Hotaru Rust framework Jan 29, 2026
@JerrySu5379 JerrySu5379 changed the title [rust/hotaru] Add Hotaru Rust framework [Rust/hotaru] Add Hotaru Rust framework Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant