What's the status of Pooling?Solved

I'm trying to implement the Pooling described here https://umod.org/guides/advanced/pooling and here https://umod.org/api/uMod/Pooling
but is seems that none of the files bundled with uMod for Rust currently contain a namespace uMod. There's Oxide.Core.Interface which far as I can tell just maps uMod to Oxide, but Oxide.Core only contains ArrayPool, and that only works for loosely typed arrays smaller than 50. I've used that, but I'd like to use it on occasional solitary variables, and Lists also.

I don't get the assembly "uMod.Core.dll" that the api says it's in. Can I get it from somewhere, or is that supposed to stay behind some kind of curtain and plugins don't get to pool more than that?

Cheers, Pike.

The majority of those guides are for uMod, not Oxide, and will only work with uMod which is not released yet and only available for testing.

Cool, thanks, it's an awkward time to be learning this with it in such a transition, I too am guilty of treating them as analogous too often. I'm pretty sure there aren't any large gains I'm missing out on anyway.

Locked automatically