Stream: git-wasmtime

Topic: wasmtime / issue #1079 Pooled entity set implementation i...


view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 20:47):

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.

view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 20:47):

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

view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 21:12):

bjorn3 commented on issue #1079:

The new url is https://github.com/eirproject/eir/blob/a615a9d41563f2632a0e51bcdb99fba673b380cc/util/libeir_util_datastructures/src/pooled_entity_set.rs


Last updated: Oct 23 2024 at 20:03 UTC