edawson / gfakluge

A C++ library and utilities for manipulating the Graphical Fragment Assembly format.
http://edawson.github.io/gfakluge/
MIT License
51 stars 20 forks source link

Use mem map to avoid loading paths #50

Closed ekg closed 5 years ago

ekg commented 5 years ago

This could be a template for other disk-backed operations on the GFA file.

edawson commented 5 years ago

Looks good, in it goes!