79526997

Date: 2025-03-22 05:43:44
Score: 2.5
Natty:
Report link

Immutable Arrays are now available:

https://github.com/daniel-rusu/pods4k/tree/main/immutable-arrays

Surprisingly, they are much faster than lists and quite a bit faster than regular arrays for many common operations due to many optimizations.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Determinant