Stream: git-wasmtime

Topic: wasmtime / PR #2613 Optimize EntityList::extend and add E...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 28 2021 at 03:50):

Amanieu opened PR #2613 from faster_entitylist to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 28 2021 at 14:08):

bnjbvr submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 28 2021 at 14:08):

bnjbvr created PR Review Comment:

Could this function be implemented as let mut list = Self::new(); list.extend(elements, pool); list, to avoid some code duplication?

view this post on Zulip Wasmtime GitHub notifications bot (Jan 28 2021 at 14:08):

bnjbvr submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 28 2021 at 16:06):

Amanieu updated PR #2613 from faster_entitylist to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 28 2021 at 16:06):

Amanieu created PR Review Comment:

Done.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 28 2021 at 16:06):

Amanieu submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 29 2021 at 13:09):

bnjbvr submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 29 2021 at 13:09):

bnjbvr merged PR #2613.


Last updated: Nov 22 2024 at 16:03 UTC