Skip to content

Conversation

@chris-b1
Copy link
Contributor

This also has some light refactoring to pull out the common steps out of _read

ref felipenoris/XLSX.jl#135

I get about a 6x speedup on a modest sized Excel file

# PR
julia> @btime XLSX.readtable(f, "Sheet1")
  129.633 ms (417325 allocations: 17.26 MiB)

# master
julia> @btime XLSX.readtable(f, "Sheet1")
  767.820 ms (4570005 allocations: 184.98 MiB)

Copy link
Owner

@fhs fhs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fhs fhs merged commit 7b5c5be into fhs:master May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants