Stream: git-cranelift

Topic: cranelift / Issue #730 Pooled entity set implementation i...


view this post on Zulip GitHub (Feb 28 2020 at 23:25):

alexcrichton transferred Issue #730:

I am using cranelift-entity in one of my projects. I wrote a pooled EntitySet based on EntityList and ListPool. It is similar to EntitySet, except that it used pooled allocation, and has some extra functionality. Is this something you would be interested in having in cranelift-entity?

It is still unfinished, and I am adding functions to it as I need them, but I still think it is relatively useful.

https://github.com/eirproject/eir/blob/master/util/src/pooled_entity_set.rs


Last updated: Nov 22 2024 at 16:03 UTC