Login
Roast topics
Find topics
Find it!
From:
Andrew Myers
(Uncensored)
subscribe
Nondestructive lists in JavaScript: a cheap hack – Andrew Myers
https://andrumyers.wordpress.com/2021/02/16/nondestructive-lists-in-javascript-a-cheap-hack/
links
backlinks
Roast topics
Find topics
Roast it!
Let’s say you are programming in JavaScript but you are used to linked lists with their nondestructive O(1) operations. You could code up linked lists, but it’s a bunch of code and the …