swizzle

from WordNet (r) 3.0 (2006)
swizzle
    n 1: any of various tall frothy mixed drinks made usually of rum
         and lime juice and sugar shaken with ice
    
from The Collaborative International Dictionary of English v.0.48
Swizzle \Swiz"zle\, v. t.
   To drink; to swill. --Halliwell.
   [1913 Webster]
    
from The Collaborative International Dictionary of English v.0.48
Swizzle \Swiz"zle\, n.
   Ale and beer mixed; also, drink generally. [Prov. Eng.]
   [1913 Webster]
    
from Jargon File (4.4.4, 14 Aug 2003)
swizzle
 v.

   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}.
    
from The Free On-line Dictionary of Computing (8 July 2008)
swizzle
pointer swizzling

   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}.

   [{Jargon File}]
    

[email protected]