Code Monkey home page Code Monkey logo

Comments (5)

abdullin avatar abdullin commented on June 1, 2024 1

This reminds me of:

  1. bitstream encodings https://en.wikipedia.org/wiki/Bitstream
  2. schema-based encodings like protobuf/Cap'n Proto which compress small values to few bytes.

from pumpkindb.

yrashk avatar yrashk commented on June 1, 2024

Rinat, thanks for chiming in!

Right now, PumpkinScript's data representation is rather simple: https://github.com/PumpkinDB/PumpkinDB/blob/master/src/script/mod.rs#L115-L141

I am not particularly married to it but I find it just easy enough to actually use so far :) But I am very open to improvements.

I am aware of protobuf/Cap'n Proto and other approaches (like my own ELF/BEST — see https://rfc.eventsourcing.com), but here the situation is simple and (in a way) unique. There are only two items possible: byte arrays (ranging from 0-byte arrays to... lets say 2^32) and words (short byte arrays from 1 to 127 bytes long).

from pumpkindb.

abdullin avatar abdullin commented on June 1, 2024

Ah, thank you for the explanation. Now I better understand the rationale behind your encoding choices (simplicity and extensibility).

By the way, do you intend to leverage LMDB's capability of scanning across keys (to maintain event stream indexes or build projections operating on large sorted collections)?

from pumpkindb.

yrashk avatar yrashk commented on June 1, 2024

@abdullin scanning across keys is critical for indexes — which is a huge component in PumpkinDB

from pumpkindb.

omarkj avatar omarkj commented on June 1, 2024

This optimization is not worth it.

from pumpkindb.

Related Issues (20)

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.