public-transport/gtfs-utils

sort.sh needs too much memory

Open

#34 opened on Mar 22, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (4 forks)github user discovery
help wanted

Repository metrics

Stars
 (46 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Because of #27, I switched to Miller, but it just needs too much memory to sort the CSV files.

I aborted sorting stop_times.txt of the 2021-03-19 DELFI dataset after 1h and >12gb of memory usage.

Are there more efficient tools that can sort CSV files?

Contributor guide