QuantEcon / CompEcon.jl

Julia versions of the CompEcon routines by Miranda and Fackler.
BSD 3-Clause "New" or "Revised" License
47 stars 27 forks source link

PERF: evalbase for spline could be much more efficient #16

Closed sglyon closed 8 years ago

sglyon commented 9 years ago

There are a number of things that could be sped up here. Most of them revolve around allocating less

I'm sure there are more, but that is what I came up with from a first look at the method through performance lenses