Closed JulienPeloton closed 6 years ago
Week 1:
Shape3D
, Point3D
, Sphere
) are ready (see https://github.com/JulienPeloton/spark3D/pull/8 and https://github.com/JulienPeloton/spark3D/pull/9).A few TODO for week 2:
Shape3DRDD
. Especially spatialPartitioning
in Point3DRDD
must be generalized and incorporated in Shape3DRDD
.partition[T<:Shape3D]
and benchmark it.Week 2:
Shape3DRDD
has been re-organized to be more generic with respect to partitioner (see https://github.com/JulienPeloton/spark3D/pull/15). Future partitioner would just have to provide an implementation of the partitioning, and the partition
method in Shape3DRDD
would do the job.A few TODO for week 3:
Week 3:
ShellEnvelope
and BoxEnvelope
. This also includes (https://github.com/JulienPeloton/spark3D/pull/23):
A few TODO for week 4:
Week 4:
A few TODO for week 5:
The project will be divided in 3 parts: