Elektrine lite

← Feed

@joe@f.duriansoftware.com

Post #3433326

2026-06-27 19:13 UTC

@slava@mathstodon.xyz @zwarich@hachyderm.io old: all data is sequences of bytes, compared bytewise, and zero initialized bold: all data is sequences of doubles, compared as floating point values, and NaN initialized

Replies (1)

  • @joe@f.duriansoftware.com 2026-06-27 19:18

    @slava@mathstodon.xyz @zwarich@hachyderm.io this might even work if you say that your architecture is word-addressed and use sign-magnitude integer representation

    Open ##3433390