GithubHelp home page GithubHelp logo

Binary Model? about superpower HOT 4 CLOSED

BenjaminHolland avatar BenjaminHolland commented on July 18, 2024
Binary Model?

from superpower.

Comments (4)

BenjaminHolland avatar BenjaminHolland commented on July 18, 2024 1

https://github.com/BenjaminHolland/superpower/tree/feature/binary

Initial, minimal implementation.
I built it with Memory, though I'm not sure that was the right idea. It doesn't build yet due to the XML comment errors and the non-existant Core 2.1 library.

One idea here is actually to interoperate with the new pipelines library. That library handles the streaming and the asynchronous stuff, and exposes the data stream in smallish chunks that need to be polled, parsed, and dispatched separately, so the first point is really an issue.

It could also be used for image processing or other smallish data formats where you need to parse header, content, etc. Building a parsing language for an image, and having that language be able to say "Hey, this header is whack, yo". would, to me, seem pretty useful.

Speed is the one thing that I think is an issue. You're already trading off speed for expressiveness by using a combinator library in the first place.

from superpower.

nblumhardt avatar nblumhardt commented on July 18, 2024

Hi! It's not at all an unreasonable idea; I think Pidgin (C#) and nom (Rust) are two examples I can think of that allow this.

The main considerations against adding it in Superpower are:

  1. Binary parsers generally need to operate on streams, since files/network formats often need to deal with gigabytes of data at a time; Superpower is designed for small language sources where loading a string up-front is an acceptable trade-off for the simplicity it brings

  2. The main benefit Superpower brings over other options is that for end-user-facing parsers it provides good error reporting; binary format parsers don't generally need to report errors back to users (I don't want to know what bytes were found/expected in a broken JPEG file ;-)) so its benefits are reduced, and there are probably faster options due to the reduction in error reporting machinery

Neither's an insurmountable barrier to considering this, but I think we'd need a really compelling use case to justify the addition.

Forking and stripping the library back to better suit these goals does sound like a fun project, though :-)

from superpower.

nblumhardt avatar nblumhardt commented on July 18, 2024

That's awesome :-) !!!

from superpower.

nblumhardt avatar nblumhardt commented on July 18, 2024

Closing this as I don't think it's a feature that will make it into Superpower, but I hope it's going well, @BenjaminHolland - keep us posted!

from superpower.

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.