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
Component Views: A new abstraction to read and write component data directly in off-heap memory. Unlike Java Records (which are immutable snapshots), Views allow for direct mutation of the underlying data.
Updated the Field API with getMutView(int index). By leveraging the Flyweight pattern, you can now iterate and modify millions of entities without triggering a single garbage collection.
Removed the string-based native accessors from Iterator
Rename Flecs to World and FlecsComponent to Component
Introduce @FixedString for byte-array strings (replaces pointers)
Improved multithreading support
Resolved issues with REST feature