aurelia / templating-binding

An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.
MIT License
32 stars 26 forks source link

refactor(perf): reduce object allocation during bind #62

Closed jdanyow closed 9 years ago

jdanyow commented 9 years ago

goes with https://github.com/aurelia/binding/pull/184/

EisenbergEffect commented 9 years ago

Love the reduction in code! Looking forward to seeing the results of the benchmarks.

EisenbergEffect commented 9 years ago

@jdanyow Do you need me to merge this one?