2823b5afe7
Make conversion from integers to double explicit
2023-05-14 10:43:17 +02:00
7ba523ba37
Update copyright date to 2023
2023-01-15 16:13:42 +01:00
56d5145615
Updates copyright date to 2022 in all files
2022-01-11 14:30:34 +01:00
32d1258638
Add some more tests for huge ids in node_locations_t
2021-05-17 17:19:22 +02:00
b506ab9aa1
Test with large ids in node_locations_t
2021-05-16 10:08:27 +02:00
8c154656e0
Remove implicit signed/unsigned conversion
2021-05-16 10:08:27 +02:00
2285e0eb50
Optionally give node_locations_t store a max number of bytes to use
2021-05-13 22:18:49 +02:00
8ce9bbe614
Improved node location store without need for freeze()
...
Store ids and locations as they come in without going through a
temporary block first. Slightly simpler code and we don't need the
freeze() function any more.
See also #1466 .
2021-05-13 22:18:49 +02:00
913632cbab
New node_locations_t class for storing node locations in memory
...
This is a very memory-efficient storage which will be used for the new
ram middle.
2021-04-26 16:43:56 +02:00