jextract-swift: allow $direct access to properties when we know their offset/layout, and no side effects #30
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
jextract-swift
Issues related to jextract-swift
performance
This is a follow up to the "call the accessors" #24 part of properties.
We may consider implementing direct field access when we'd know the layout / offset / size of a field. These are direct memory access so could be more efficient than calling the Swift accessor methods, however they can only be safe to call when the fields have no.
This is likely a "later" task, as it'd only be a specific performance optimization vs. accessing by accessors, but it's worth exploring eventually.
The text was updated successfully, but these errors were encountered: