OpenMined / PipelineDP

PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch processing systems such as Apache Spark, Apache Beam, and more.
https://pipelinedp.io/
Apache License 2.0
275 stars 77 forks source link

Use float instead of np.float64 #371

Closed miracvbasaran closed 1 year ago

miracvbasaran commented 1 year ago

float takes less space when serializing, leading to performance improvements as data is passed around workers.