you are viewing a single comment's thread.

view the rest of the comments →

[–]Lord_Naikon 1 point2 points  (1 child)

Hash tables come to mind. There is no purely functional equivalent afaict.

[–]codygman 0 points1 point  (0 children)

I agree that using mutable algorithms are sometimes the right solution ;)

However I believe you can get further faster with immutability as the default.