GithubHelp home page GithubHelp logo

realtimedb's Introduction

realtimeDB

trying my hand at extremly low latancy dbs for linux

zig test src/talk.zig --library c

protocol

all strings are send as a uint32 of length folowed by their charchters.

a comunication starts with the client sending a protocol code of 1 byte curently we have 0x00 : subscribe (network) 0x01 : publish (network)

subscribe connections can subscribe or unsubscribe by using: subscribe(0x00 + string) unsubscribe(0x00 + string)

benchmarking

benchmarking

10 pubs each 1000 messages to a 100 subs

redis

Average Latency: 0.3566 ms 90th Percentile Latency: 0.5180 ms 95th Percentile Latency: 0.5974 ms 99th Percentile Latency: 0.8230 ms 99.9th Percentile Latency: 1.6506 ms

keydb

Average Latency: 0.2676 ms 90th Percentile Latency: 0.4381 ms 95th Percentile Latency: 0.5215 ms 99th Percentile Latency: 0.7186 ms 99.9th Percentile Latency: 1.1327 ms

inspired?

https://stackoverflow.com/questions/26319304/redis-of-channels-degrading-latency-how-to-prevent-degradation

realtimedb's People

Contributors

nevakrien avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.