DEV Community

Cover image for Introducing Nuke-KV v2.5: Blazing-Fast 2M ops/sec with Nuke-Wire Protocol & Advanced JSON Queries
Nuclear Games
Nuclear Games

Posted on

Introducing Nuke-KV v2.5: Blazing-Fast 2M ops/sec with Nuke-Wire Protocol & Advanced JSON Queries

We're thrilled to announce the launch of Nuke-KV v2.5, a significant upgrade to our in-memory, key-value database. This release introduces powerful new features and a massive performance leap, making it one of the fastest databases in its class.


🚀 From HTTP to Nuke-Wire: A Big jump in Performance & Latency

Previously, Nuke-KV relied on the standard HTTP protocol for connections. In v2.5, we've engineered the custom Nuke-Wire custom TCP protocol. This groundbreaking change fundamentally redefines our connection architecture, slashing overhead and latency.

The result? Nuke-KV now frequently achieves a staggering ~2 million operations per second in our benchmarks. This drastic performance increase ensures your applications can handle data-intensive workloads with unprecedented speed and efficiency.


⚙️ Advanced JSON Queries: Precision and Power

Handling complex JSON data has never been easier. Nuke-KV v2.5 introduces a suite of advanced JSON querying capabilities. With an intuitive and powerful syntax, you can now:

  • Filter nested JSON objects with precision.
  • Update specific fields without rewriting the entire object.
  • Search for values deep within your JSON structures.
  • Delete elements from arrays and objects seamlessly.
  • Append new data to JSON arrays effortlessly.

This makes Nuke-KV the ideal choice for applications that demand sophisticated, real-time data manipulation.


⭐ Give It a Try & Shape the Future of Speed

Nuke-KV is an open-source project driven by the community. We invite you to explore its capabilities and see the performance difference for yourself.

  • Check out the project on GitHub
  • Leave us a review and share your feedback.

Let's build faster, more efficient applications together. ⚡

Top comments (0)