axel-download-accelerator / axel

Lightweight CLI download accelerator
GNU General Public License v2.0
2.84k stars 258 forks source link

Reduce memory usage of the redirect loop early detection mechanism #392

Closed ismaell closed 1 year ago

ismaell commented 1 year ago

It should be possible to store visited URLs as a hash table (or similar) to reduce memory usage.

ismaell commented 1 year ago

Implemented by commit f729182e7a2932770629767d9b8446037381b939.