You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cap'n Proto was designed for extremely memory-efficient de-serialization, which we should utilize in this implementation. Let's avoid unnecessary memory usage and invoking the GC. I would be okay with the usage of unsafe in this layer, provided we have ample testing.
Compatible with AOT. This is one of the most basic layers of Cap`n Proto. I think it should be usable in all scenarios.
The text was updated successfully, but these errors were encountered:
Goals
unsafe
in this layer, provided we have ample testing.The text was updated successfully, but these errors were encountered: