From edad668dbdf64b590777b6086c00c27be0d27c09 Mon Sep 17 00:00:00 2001 From: i12345 Date: Wed, 15 May 2024 13:43:59 -0500 Subject: [PATCH] Update INTERNALS.md explained 53 bit JS numbers --- INTERNALS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INTERNALS.md b/INTERNALS.md index 3f4ae1db..8ec81c07 100644 --- a/INTERNALS.md +++ b/INTERNALS.md @@ -26,7 +26,7 @@ article](https://blog.kevinjahns.de/are-crdts-suitable-for-shared-editing/). Each client is assigned a unique *clientID* property on first insert. This is a random 53-bit integer (53 bits because that fits in the javascript safe integer -range). +range \[JavaScript uses IEEE 754 floats\]). ## List items