pointcloud 0.3.9

An accessor layer for goko
docs.rs failed to build pointcloud-0.3.9
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: pointcloud-0.5.5

Point Cloud

A dataset access layer that allows for metadata to be attached to points. Used for goko. Currently this accelerates distance calculations with a set of packed_simd accelerated norms and a rayon threadpool while abstracting the access of the datapoints across multiple data files. It's structured in such a way that adding formats should be easy.

Planned Features

Current work

  • Benchmarks.
  • PCA, & Gaussian calculators.

Near Future

  • Cleanup of the metadata feature in pointcloud
  • Sparse accessors and sparse databacking

Future

  • Network interface for distributed datasets.
  • Image file abstraction for applications like imagenet.
  • Asynchronous access for the network and file accessors.