google / hat-backup

Backend-agnostic snapshotting backup system
Apache License 2.0
252 stars 39 forks source link

Hash index rewrite #34

Closed TethysSvensson closed 8 years ago

TethysSvensson commented 8 years ago

I have rewritten the hash::Index, so that it not longer is a separate thread. Instead references are shared using Arc<Mutex>.

This simplified the API significantly, since we no longer need wrap everything Msg and Reply types.