Native 64bit integers in Javascript

前端 未结 1 1767
有刺的猬
有刺的猬 2021-01-12 15:33

It seems that even the newest Ecmascript 8 has no support for 64bit integers.

Currently we have to use libraries, like Long or UInt64 or Closure Library.

Is

相关标签:
1条回答
  • 2021-01-12 16:09

    Yes, it is. There's a stage 3 proposal for arbitrary-bigints (including enough to allow implementations to specialize fixed 64-bit use), so it's literally just waiting for implementations and tests at this point. Therefore, one can conclude that it's technically possible.

    0 讨论(0)
提交回复
热议问题