Files
Nim/lib/system
Jordan Gillard b169dad1e5 Improve and refactor cellseqs_v2 in Nim standard library (#21796)
* Refactor and optimize cellseqs_v2 in Nim standard library

* Extract resizing logic into a separate 'resize' procedure for better readability and separation of concerns
* Implement realloc for non-threaded cases to improve memory operations efficiency
* Use ',' instead of ';' between parameters in 'add' procedure for consistency with other Nim code

* Respond to Araq's feedback: Refactor resize function to use reallocShared

This commit replaces the usage of allocShared and deallocShared with reallocShared to optimize memory allocation and deallocation while resizing the CellSeq.
2023-05-09 20:33:35 +02:00
..
2021-10-24 11:51:57 +02:00
2022-10-24 17:25:34 +02:00
2022-12-26 13:20:05 +01:00
2022-12-16 08:01:15 +01:00
2022-12-16 08:01:15 +01:00
2022-12-16 08:01:15 +01:00
2020-05-12 15:46:24 +02:00
2022-12-16 08:01:15 +01:00
2022-12-16 08:01:15 +01:00
2022-12-26 13:20:05 +01:00
2022-12-26 13:20:05 +01:00
2022-12-16 08:01:15 +01:00
2022-12-16 08:01:15 +01:00
2023-04-19 09:50:49 +02:00
2022-12-16 08:01:15 +01:00
2020-01-30 10:54:50 +01:00