Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix JuliaData/DataFrames.jl#1734. The issue here, according to Keno, …
…is the compiler can't quite optimize the getproperty w/ symbol => getfield w/ symbol on NamedTuples. Defining our own call to getfield w/ Int solves the issue by avoiding the symbol => index lookup. Long term, we should probably define our own getrowvalue function instead of overloading getproperty like we do, but we're doing it already, so we'll keep it in the short term. (#73)
- Loading branch information