<@U0B8ZP13Q>: interesting enough, I also coded it ...
# announcements
o
@cedric: interesting enough, I also coded it without
removeAt
to avoid memmoves (stupid me!) with skip-nodes in array, and it’s still slower than linked list without removing (as @nfrankel coded it). I wonder why…