From b7761d4200ae2bced059d6956c52c0f6fc7e002d Mon Sep 17 00:00:00 2001 From: Mikael Rekola Date: Fri, 16 Feb 2024 16:45:55 +0200 Subject: [PATCH] update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c0cbb2..0823ea7 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ final node. The offset is used for probing in case of collisions. ### Limitations and Future Plans - Maximum number of elements on 64-bit system is is 2^56 +- NaNs are sorted as they were larger than any other value - 32-bit support is untested - How to sort std::any? - Unordered iteration is need (e.g. for set union and intersection)