|
|
|
|
|
by Nebasuke
1518 days ago
|
|
The article is about how they moved an existing (fast) implementation in Haskell in UTF-16 to an even faster implementation in Haskell by switching to UTF-8. This is stated in the first paragraph. The post they reference, is also very honest:
..., the fastest Haskell implementation of the Aho–Corasick string searching algorithm, which powers string search in Channable. Basically the blog posts show that if you want to program in Haskell and still optimise, this is how you can do it. I think both posts are great resources and don't overstate their claims. |
|