Hacker News
- Unsigned Integer Arithmetic API in JDK 8 http://blogs.oracle.com/darcy/entry/unsigned_api 9 comments
- Finding the average of two unsigned integers without overflow https://devblogs.microsoft.com/oldnewthing/20220207-00/?p=106223 208 comments
- Rust: Detect Unsigned Integer Underflow https://frehberg.com/2022/01/rust-detect-unsigned-integer-underflow/ 2 comments
- Jq is rounding 64-bit unsigned integers (2017) https://github.com/stedolan/jq/issues/1399 28 comments
Lobsters
- How to compare signed and unsigned integers in C++20? https://www.sandordargo.com/blog/2023/10/11/cpp20-intcmp-utilities 6 comments c++
- Division by constant unsigned integers https://rubenvannieuwpoort.nl/posts/division-by-constant-unsigned-integers 2 comments assembly , math , performance
- Fast Unorm (unsigned normalized integer) Conversions https://rundevelopment.github.io/blog/fast-unorm-conversions 2 comments performance , rust
- On finding the average of two unsigned integers without overflow https://devblogs.microsoft.com/oldnewthing/20220207-00/?p=106223 6 comments assembly , math
- A Pokémon's personality value is an unsigned 32-bit integer ... http://bulbapedia.bulbagarden.net/wiki/Personality_value 2 comments release
- Avoiding unsigned integer wrapping https://ziglang.org/learn/overview/#performance-and-safety-choose-two 56 comments c_programming
- How to compare signed and unsigned integers in C++20? https://www.sandordargo.com/blog/2023/10/11/cpp20-intcmp-utilities 65 comments cpp
- ocaml-integers: Various signed and unsigned integer types for OCaml https://github.com/yallop/ocaml-integers 9 comments ocaml
- Simple way to implement angles in C++ using unsigned integers. http://pastebin.com/1xErJmnX 13 comments gamedev
- Unsigned Integer Arithmetic API now in JDK 8 https://blogs.oracle.com/darcy/entry/unsigned_api 153 comments programming
- Unsigned Integer Arithmetic API now in JDK 8 http://blogs.oracle.com/darcy/entry/unsigned_api 3 comments java
- Fast Unorm (unsigned normalized integer) Conversions https://rundevelopment.github.io/blog/fast-unorm-conversions 3 comments programming
- On finding the average of two unsigned integers without overflow https://devblogs.microsoft.com/oldnewthing/20220207-00/?p=106223 66 comments programming
- On finding the average of two unsigned integers without overflow https://devblogs.microsoft.com/oldnewthing/20220207-00/?p=106223 32 comments cpp
- On finding the average of two unsigned integers without overflow https://devblogs.microsoft.com/oldnewthing/20220207-00/?p=106223 13 comments asm
- On finding the average of two unsigned integers without overflow https://devblogs.microsoft.com/oldnewthing/20220207-00/?p=106223 13 comments c_programming
- Unsigned: Unsigned integers in Scala with Cats support https://www.reddit.com/r/scala/comments/9c2fk6/unsigned_unsigned_integers_in_scala_with_cats/ 8 comments scala
- Unsigned Integers as Built-In Types or as a Library? http://ocamllabs.io//rfc/2017/06/15/unsignedintegers.html 2 comments ocaml
- unsigned integers (libtorrent blog by Arvid Norberg) http://blog.libtorrent.org/2016/05/unsigned-integers/ 31 comments programming
- These Ints Are Made For Countin’. Why HDL designers should use integers instead of signed & unsigned. http://www.jandecaluwe.com/hdldesign/counting.html 10 comments programming
- An enjoyable talk about signed vs unsigned integer (with Google roasting) https://www.youtube.com/watch?v=82jVpEmAEV4 61 comments cpp
- uint128: A high-performance package for 128-bit unsigned integers https://github.com/lukechampine/uint128 12 comments golang
- Sparse Sets, an extremely efficient way of storing unsigned integers http://www.computist.xyz/2018/06/sparse-sets.html 14 comments compsci
- Sparse Sets, an extremely efficient way to store unsigned integers, in C++ http://www.computist.xyz/2018/06/sparse-sets.html 22 comments programming
- New SLIP: unsigned integer data types https://github.com/scala/slip/pull/30 5 comments scala
- As the developer of this site, I'm tempted not to fix this unsigned integer bug (for hilarity's sake) http://mingle2.com/dating-report/details/pc-mac 17 comments programming
- chacha20_poly1305_rs: Implementation of ChaCha20, Poly1305, and an unsigned 256-bit integer (U256) in pure Rust with no additional dependencies https://github.com/jmg292/chacha20_poly1305_rs 20 comments rust
- Multiplayer gradient that updates in real-time. Stops at the 32-bit unsigned integer limit. https://internetgradient.com 28 comments internetisbeautiful
- PackedArray: Packing Unsigned Integers Tightly -- comes to the rescue when you're in a desperate need for e.g. an uint9_t or uint17_t array. http://pempek.net/articles/2013/08/03/packedarray-random-access-array-tightly-packed-unsigned-integers/ 33 comments programming