0%

ALL meanings of pointer swizzling

P p
  • abbreviation Technical meaning of POINTER SWIZZLING swizzle 3
  • noun Definition of pointer swizzling in Technology To convert external names, array indices, or references within a data structure into address pointers when the data structure is brought into main memory from external storage (also called "pointer swizzling"); this may be done for speed in chasing references or to simplify code (e.g. by turning lots of name lookups into pointer dereferences). The converse operation is sometimes termed "unswizzling". See also snap. 1
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?