Use Fx Hash to speed up hash maps in the compiler #356
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
performance
Performance related changes and issues
Milestone
We currently use standard library hash maps (
std::collections::HashMap
) in Boa to organize all of our internal slots and more. This is not very performant, and Fx Hash has just a bit lower DoS resistant, while providing much better performance.We do not care about DoS in a compiler, usually, so this should improve our performance greatly, especially during the execution.
The text was updated successfully, but these errors were encountered: