]> gitweb.factorcode.org Git - factor.git/history - extra/io/binary/fast/fast.factor
build.sh: Don't copy the factor.image to factor.image.fresh if bootstrap fails
[factor.git] / extra / io / binary / fast / fast.factor
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-05-31 John Benediktssonio.binary.fast: adding fast version of signed> words.
2015-05-31 John Benediktssonio.binary.fast: easier to read using stdint types.
2015-05-31 John Benediktssonio.binary.fast: speed up when used by byte-arrays.
2014-06-24 John Benediktssonio.binary.fast: le> and be> should be unsigned.
2014-06-03 John Benediktssonio.binary.fast: remove duplication.
2014-06-03 John Benediktssonio.binary.fast: use alien technique for faster le>...
2014-06-02 John Benediktssonio.binary.fast: adding fast alien version of >le and...
2013-11-24 John Benediktssonio.binary.fast: write generic be> and le> words.
2012-07-17 John Benediktssonusing if-zero in even more places.
2011-10-12 Doug ColemanAdd 2/4/8le>, 2/4/8be> -- 30% faster on the 8-byte...