GithubHelp home page GithubHelp logo

Comments (6)

JaapAap avatar JaapAap commented on July 16, 2024

As these are discrete units, would this allow them to be integer-based?

from units.

nholthaus avatar nholthaus commented on July 16, 2024

I don't think so, not in the general case.

Imagine you did:

gigabyte_t size = 256_kB;

You'd be expecting to get 0.000256, not 0. Or,

gigabyte_t size_GB(1.2);
byte_t size_B = size;

you'd be expecting size == 1288490189;

from units.

nholthaus avatar nholthaus commented on July 16, 2024

Right now there are basically two options for integral units:

  1. Redefine the underlying type globally
  2. Leave is as an exercise to the user to implement their own.

I'm starting to think that a third, more user-friendly option is needed, but I'm not sure what that should look like.

from units.

JaapAap avatar JaapAap commented on July 16, 2024

Understood. I currently use similar units that are rather defined in a similar way to how 'chrono' implements time units - I can then use them to e.g. set sizes of buffers (rather than involving them in arithmetic), which is a different use case I suppose.

from units.

nholthaus avatar nholthaus commented on July 16, 2024

It seems appropriate to implement this using the ISO/IEC 80000 standard. I.e.

1_MB; - 10002 bytes
1_MiB; - 10242 bytes

Any qualms?

from units.

JaapAap avatar JaapAap commented on July 16, 2024

from units.

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.