]> gitweb.factorcode.org Git - factor.git/commit
Faster conversion of sbufs, vectors and byte-vectors to their corresponding fixed...
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 5 Dec 2008 12:37:19 +0000 (06:37 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 5 Dec 2008 12:37:19 +0000 (06:37 -0600)
commit252b1eb5134937a87ecbf4c8e4e6e9dff326d621
treef1351c83b7a700a092a865e09789706a7274a563
parentfa146b248a01f33d0d1191d4e872cdae3feff13f
Faster conversion of sbufs, vectors and byte-vectors to their corresponding fixed-size type respectively; we call the resize-T primitive on the underlying sequence instead of >T
core/arrays/arrays.factor
core/byte-arrays/byte-arrays.factor
core/byte-vectors/byte-vectors.factor
core/sbufs/sbufs.factor
core/vectors/vectors.factor