Zig's recent updates to SinglyLinkedList and DoublyLinkedList have introduced significant changes, primarily transitioning to an intrusive linked list design for better performance and fewer allocations. This approach embeds the linked list node directly within the data, eliminating the need for separate allocations. The
•5m read time• From openmymind.net
Sort: