[llvm-dev] Concurrent Hashmap?

James Courtier-Dutton via llvm-dev llvm-dev at lists.llvm.org
Tue Apr 13 09:37:02 PDT 2021


Hi,

For parallelizing LLD, another approach could be something similar to
clojure collection instead of a concurrent hashmap.
It might change the processing design pattern for LLD a bit, but it
might be very fast.

Kind Regards

James


On Wed, 7 Apr 2021 at 22:17, Jez via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> I'm looking into parallelizing LLD, and one of the things that would
> probably help is a concurrent hashmap. I was unable to find an
> existing implementation under ADT/, which was somewhat surprising.
> Should I contribute an implementation?
>
> Jez
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list