common: Avoid duplicated recordings shown in Logger::list_recordings().
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 12 Jan 2020 11:56:56 +0000 (12:56 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 12 Jan 2020 12:03:49 +0000 (13:03 +0100)
commit241e581359f381c5aaa18cefa3dbcb7d46241267
tree04d185ff912befde8f46f133297a91a939249579
parent0b173b3db802df409ba83143f9fa246252ecb63d
common: Avoid duplicated recordings shown in Logger::list_recordings().

This is achieved by simplifying the way we sort our sector indices,
which unfortunately also comes with a performance hit.
src/common/logger.rs
test/logger_test.rs