JuliaIO / Parquet.jl

Julia implementation of Parquet columnar file format reader
Other
119 stars 32 forks source link

use MemPool instead of LRUCache #12

Closed tanmaykm closed 6 years ago

tanmaykm commented 6 years ago

This switches the page cache from LRUCache to MemPool.

Minimum required Julia version is also updated to v0.6, since MemPool is not available for a lower version.

tanmaykm commented 6 years ago

Mac build failures seem to be unrelated.

It looks to me that the tests are timing out. Maybe they are too heavy for the resources provided for CI?

tanmaykm commented 6 years ago

cc: @davidanthoff

davidanthoff commented 6 years ago

This works locally for me on Windows. So maybe just merge, right?