cfallin commented on issue #1079:
I'm doing some issue gardening and came across this old issue. The link above is dead now, but if you have something you might want to contribute to
cranelift-entity
, please feel free to open a PR! I will go ahead and close this in the meantime.
cfallin closed issue #1079:
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
bjorn3 commented on issue #1079:
Last updated: Nov 22 2024 at 16:03 UTC