apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.59k stars 1.32k forks source link

Add namespace to FDB actor files #3992

Open dongxinEric opened 4 years ago

dongxinEric commented 4 years ago

This issue is the umbrella issue tracking the effort to add namespace to FDB code base. Idea is that with namespace in place, code would be much easier to read and understand at the call site. The coupling between different parts of the system would be easier to be seen and understood. Also this can help with potential symbol collisions.

dongxinEric commented 3 years ago

Bump this up. I can take some of it but could use help from someone else.