GithubHelp home page GithubHelp logo

Comments (6)

elliottt avatar elliottt commented on August 16, 2024

I'm glad that you're finding it a useful library :)

The easiest way to implement this would be some additional bookkeeping in the state of the Get monad, though I'm not sure what the performance implications of that would be. If you'd like to experiment, I'd be happy to accept a patch.

I like the idea of bytesWritten, and could see that being invaluable when rendering out data. We've been contemplating a rewrite of the Put monad, so this could be a good opportunity to add that in!

from cereal.

hallettj avatar hallettj commented on August 16, 2024

Thank you for the quick response.

I may submit a patch. I looked at the Get code earlier; but I was not sure if it would be better to add an argument to the Get type or to add another field to the Incomplete constructor of the More type.

In the meantime I have my own code set up using StateT to track a byte offset counter, which I am incrementing by hand. It works fine - but requires careful testing to make sure that my bookkeeping is correct. Which is some motivation for me to work on a patch.

from cereal.

elliottt avatar elliottt commented on August 16, 2024

I think that adding another field to the Result structure would probably be the way to go. I hadn't realized how close binary and cereal had gotten, so we could basically mirror their Decoder structure in our Result type.

from cereal.

elliottt avatar elliottt commented on August 16, 2024

(I'm closing this as it looks like you'll submit a pull request when this feature is ready :)

from cereal.

relrod avatar relrod commented on August 16, 2024

@hallettj two years late, but have you come up with anything for this? I would like bytesRead as well (mostly so I can add it to ekmett/bytes for both Binary and Cereal). I might try to give it a go, but if you have something laying around, I don't want to duplicate effort.

Alternatively if @elliottt has any more advice on how to go about this, that would be useful ;) - not sure what all (if anything) has changed since the comments above, or if they still apply.

from cereal.

elliottt avatar elliottt commented on August 16, 2024

Not much has changed since my previous comments, and I think the recommendations still make sense. If you come up with something that works well, I'm happy to look it over :)

from cereal.

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.