factor/core/generic/standard
Slava Pestov a56d480aa6 Various optimizations leading to a 10% speedup on compiling empty EBNF parser:
- open-code getenv primitive
- inline tuple predicates in finalization
- faster partial dispatch
- faster built-in type predicates
- faster tuple predicates
- faster lo-tag dispatch
- compile V{ } clone and H{ } clone more efficiently
- add fixnum fast-path to =; avoid indirect branch if two fixnums not eq
- faster >alist on hashtables
2008-12-06 09:16:29 -06:00
..
engines Various optimizations leading to a 10% speedup on compiling empty EBNF parser: 2008-12-06 09:16:29 -06:00
authors.txt Initial import 2007-09-20 18:09:08 -04:00
standard-docs.factor Another attempt at size reduction 2008-11-28 01:08:16 -06:00
standard-tests.factor Fix assocs, generic.standard tests 2008-12-03 03:44:08 -06:00
standard.factor Another attempt at size reduction 2008-11-28 01:08:16 -06:00
summary.txt Initial import 2007-09-20 18:09:08 -04:00