Git Product home page Git Product logo

Comments (2)

syohex avatar syohex commented on May 20, 2024

Perl treats -1.0 as double(NV means double as below), so it is packaged as float64 whose packed size is 9 byte.

% perl -MDevel::Peek -e 'my $i = "-1.000000" + 0; Dump $i'  
SV = NV(0x7fb52a02d718) at 0x7fb52a02d730
  REFCNT = 1
  FLAGS = (NOK,pNOK)
  NV = -1

from msgpack-perl.

akotlar avatar akotlar commented on May 20, 2024

What is interesting is that this does not seem to be the case if you pass "-1.000" + 0 to pack() (length($packed) == 1). Returning "-1.000" + 0 from a sub, and passing that to pack() indeed results in 9 bytes.

It could be useful for prefer_integer() to also check whether a double can be stored as an int, possibly with an optional flag.

from msgpack-perl.

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.