Coder Social home page Coder Social logo

Talk about interface about buffet HOT 3 OPEN

dinosaure avatar dinosaure commented on July 23, 2024
Talk about interface

from buffet.

Comments (3)

Drup avatar Drup commented on July 23, 2024 1

What's the goal here ? Do you really want to be able to get values that can be dynamically be string/bytes/bigstrings, or do you want to be able to write your encoding/decoding algorithms on various structures easily ?

The current version is ridiculously full of indirections, to the point where you will seriously hurt performances. Using module abstractions, with various signatures that correspond to the various features, would allow you to keep indirections to a minimum.

from buffet.

dinosaure avatar dinosaure commented on July 23, 2024

I would like to have an abstraction between bigstring/string and bytes and choose which one I use it dynamically. This is the main purpose of this library where sometimes I would like to use string instead bigstring.

I agree about indirection and the bottleneck is about the dispatch between kind of buffers.

It seems interesting to provide Buffet3 feature (slice) directly over Buffet0 and implement capabilities with polymorphic variants over Buffet0 too.

I will try to provide signatures for each feature and see what happen.

from buffet.

dinosaure avatar dinosaure commented on July 23, 2024

We can more precisely talk about performances issues with benchmark/benchmark.ml now and bechamel. I will make some tests step by step and print results here.

from buffet.

Related Issues (1)

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.