Packages
Clusview is organized in different packages under the packages directory,
located at the root of the project.
Here’s a quick overview of the packages directory structure, with the core
package highlighted:
Directorypackages/
Directorycore/ # Standalone package, the Clusview logic.
- …
Directorydocs/ # Documentation, this very site!
- …
Directoryui/ # UI to interact with the core package.
- …
Directorybenchmark/ # Experiment & benchmark suite.
- …
All packages are maintained in the same repository to ease local development,
since they are heavily related or directly dependant on core.