Re: [q-lang-users] Vector module
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2007-10-03 16:47:27
|
Albert Graef wrote: > John Cowan wrote: >> Using lists to implement put and putmap for tuples is not really good, >> because the whole idea of mutable vectors is to avoid copying them -- >> that is, to update them in various ways using only O(1) space. > > Well spotted. :) My excuse is that this is only a prototype... ;-) Ok, this is all fixed now. As a nice side-effect, cat, map, do/dowith and enumerations and comprehensions now all work with tuples, too. All right, if there aren't any other complaints about reftypes.q, I'm ready to do RC1 now... Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |