Rafael Schouten

Results 1068 comments of Rafael Schouten

Yeah its not a WIP anymore either @asinghvi17 Julia has been at the top of nearly all the vector and raster benchmarks for a year now and nothing is public....

We should probably also star and explain the crop time because we had to slow it down for Julia... it only take a few nanoseconds so it breaks the scale...

Most likely DiskArrays 0.4, it's a major reworking of some indexing internals. @meggart will know

Its in https://github.com/ConnectedSystems/DiskArrays.jl fix-index-issue branch You probably have to manually clone it?

no you can just add it and it will work: `] add https://github.com/ConnectedSystems/DiskArrays.jl#fix-index-issue` or of cource `git clone` and then `dev`

DD is mostly straight functional code... You have to rebuild constructed objects and assign them to a new variable. In this case, `set` is a `rebuild` helper. So you can...

Is there a concrete problem with putting Downloads.jl, HTTP.jl and TileProviders.jl dependencies directly in MapTiles.jl without adding MapTilesBase.jl? I don't think it has any dependents that don't use those packages...

Makes sense,in that case I'm happy with either Base or Interface