Giter Club home page Giter Club logo

Comments (2)

bbkr avatar bbkr commented on September 27, 2024

WARNING: pack/unpack was just copied from Perl 5 and was never specced correctly.
And implementation is removed without deprecation.

"This is the other reason for ripping out the pack/unpack implementations, as opposed to spec’ing them as-is for now or something. I don’t want people to end up relying on some unspecified subset of P5’s way of handling binary data, when it could very easily not be how we end up doing this sort of thing. If incidentally P5’s solution is the best way, then that’s fine, I just want to make sure whatever kind of pack/unpack we end up having isn’t in danger of being replaced once people start seriously relying upon it, and thus having to implement some kind of deprecation thing for it. (Since pack/unpack was never spec’d, I personally don’t think we’d need to deprecate the existing functionality, but YMMV.)"

So this issue should wait until pack/unpack are well specced.

from bson.

MARTIMM avatar MARTIMM commented on September 27, 2024

Not using pack/unpack but depending on the nativeCall mechanisms and other implementation methods. A lot can be encoded and decoded this way.

from bson.

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.