TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What is gained and lost with OCaml's 63-bit integers?

3 pointsby relyioover 7 years ago

1 comment

angrygoatover 7 years ago
I was quite puzzled why boxing would be required, when the language has static typing. It turns out the boxing is an implementation detail of Ocaml&#x27;s GC implementation. Ref: <a href="https:&#x2F;&#x2F;realworldocaml.org&#x2F;v1&#x2F;en&#x2F;html&#x2F;memory-representation-of-values.html" rel="nofollow">https:&#x2F;&#x2F;realworldocaml.org&#x2F;v1&#x2F;en&#x2F;html&#x2F;memory-representation-...</a>