calysto_scheme icon indicating copy to clipboard operation
calysto_scheme copied to clipboard

Speedup: Don't put args in List(); use vector()

Open dsblank opened this issue 7 years ago • 0 comments

Apply's looks like this:

  1. put args in list
  2. call apply, apply-cont, etc.
  3. call list->vector(args)
  4. f(*args)

I think we can just put them in a vector to begin with.

dsblank avatar Aug 31 '18 16:08 dsblank