KNV(Key-N-Value) is a very fast protocol engine for manipulating protocol data without knowing the detail of its contents. KNV serves for 3 main purposes: 1, As a fast protocol engine, supporting 1M+ processes per second; 2, As a schema-free protocol inspecter/modifier for general-purpose network server; 3, As a protocol and data storage engine for general data storage server.

What is KNV? KNV(Key-N-Value) is a source code library for manipulating protocol data without knowing the detail of it contents. KNV can be seen as a Key-Value extension that supports all data structures. As we know, Key-Value s
Information
Category: C/C++ / NoSQL
Watchers: 10
Star: 16
Fork: 13
Last update: Mar 22, 2023

Related Repos


4

kostya tkrzw Fast Persistent KeyValue Storage. Wrapper for Tkrzw Installation Add this to your application's shard.yml: dependencies: tkrzw: github: ko
 
4.2k

tporadowski Native port of Redis for Windows. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows.
 
873

pgRouting pgRouting - Routing on PostgreSQL Branches The master branch has the development of the next micro release The develop branch has the development of t
 
7

juzeg MSS Magnetic Storage System Purpose : Simple method to organize things off all sizes. Modular containers snap into position with tiny magnets. Feature
 
17

OratorX Хранилище тредов Ссылка на мой твиттер: ValeriiZhyla Все документы с тредами в этом репозитории созданы с помощью ThreadReaderApp GitHub не очень силе
 
24

netcan meta-list This library provides a bunch of consteval toolsets to do metaprogramming, and provides the pipeline syntactic sugar for function combinatio
 
23

netcan meta-value-list This library provides a bunch of consteval toolsets to do metaprogramming, and provides the pipeline syntactic sugar for function comb
 
13

Ananto30 KV Store 🗄️ Redis based Config or Settings key-value store with GUI. Manages your frequently changed env vars without any deployment. Generates Pytho
 
1.8k

bytedance TerarkDB is a RocksDB replacement with optimized tail latency, throughput and compression etc. In most cases you can migirate your existing RocksDB instance to TerarkDB without any drawbacks.
 
2.5k

Tencent Tendis is a high-performance distributed storage system which is fully compatible with the Redis protocol. It uses RocksDB as the storage engine, and all data is stored to disks through RocksDB. Users can access Tendis using a Redis client, and the application hardly needs to be changed. In addition, Tendis supports storage capacity far exceeding memory, which can greatly reduce user storage costs.
 
59

ankane Uses homomorphic encryption, so the server can’t read data or queries. Powered by HElib and follows the Redis protocol.
 
725

gamenet Redis memory profiler to find the RAM bottlenecks throw scaning key space in real time and aggregate RAM usage statistic by patterns.
 
149

XTLS X-ray X-ray, Penetrate GFWs. The best v2ray-core, with XTLS support. Automatically patch and compile by GitHub Actions, fully compatible configuration
 
20

snej nimdbx An extremely fast persistent key-value store for the Nim language, based on the amazing MDBX library. NimDBX just maps arbitrary keys to values
 
298

chjj An optimized and cryptographically provable key-value store. Written in C.