branchRustProtoBuf/FreeList-Deprcancel

3 Commits over 0 Days - ∞cph!

45 Days Ago
Update: Use Pool.Get<List<T>> instead of GetList<T> I'm deprecating Pool.GetList<T>, this updates the stale codegen.
47 Days Ago
Update: Replacing Pool.FreeMemoryStream with FreeUnmanaged
48 Days Ago
Update: Deprecation of Pool.FreeList API We now generate either Free call for classes (as they are IPooled) or FreeUnmanaged