masak / bel

An interpreter for Bel, Paul Graham's Lisp language
GNU General Public License v3.0
25 stars 1 forks source link

Implement 'deq' fastfunc #411

Closed masak closed 2 years ago

masak commented 2 years ago

Implementing the fastfunc itself did shave some time off the t/fn-read.t test, so there's that. A further idea of making the fast string object "stateful" (keeping a position which could be unsafely updated by the fastfunc) did not make a significant difference.