Git Product home page Git Product logo

scala-struct's People

Contributors

radoburansky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

scala-struct's Issues

Pack buffer

Apply Huffman to all strings and automatically compute intervals for all numerical fields.

Intervals for numbers

Support definition of minimal and maximal value for a numeric field so that less bits are needed to store it.

What about speed performance?

What about speed performance?

For instance, the time usage when perform head or last operation, compare to original standard collections provided by scala?

Support dynamic structures

Dynamic structures have variable length. Therefore dynamic buffer cannot be an indexed sequence but a linear sequence. It should be possible to mix fixed and dynamic structures. Fixed structures with dynamic structures as children would require an additional dynamic buffer to the fixed buffer. In the fixed buffer, references (indexes) to the dynamic buffer would be stored.

Support strings

String is a dynamic structure so we need support for dynamic structures first.

Implement DynamicStructBuffer

It should be able to efficiently handle structures with variabel size. It could extend from LinearSeq and therefore behave similar to linked list.

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.