Path: utzoo!attcan!uunet!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!s.cs.uiuc.edu!mccaugh From: mccaugh@s.cs.uiuc.edu Newsgroups: comp.lang.apl Subject: APL Vector Implementation Message-ID: <221600002@s.cs.uiuc.edu> Date: 25 Nov 89 17:38:24 GMT Lines: 9 Nf-ID: #N:s.cs.uiuc.edu:221600002:000:321 Nf-From: s.cs.uiuc.edu!mccaugh Nov 24 23:47:00 1989 Recalling that an APL vector (i.e. 1-dimensional array) possesses the list- type ability of insertion in addition to its array-type properties (of eval- ualtion/assignment by index), what is the most commonly-employed scheme used to implement this, and what is considered to be the most efficient? Thanks, Scott