Desilo / liberate-fhe

A Fully Homomorphic Encryption (FHE) library for bridging the gap between theory and practice with a focus on performance and accuracy.
https://docs.desilo.ai/
BSD 3-Clause Clear License
104 stars 9 forks source link

Use C-pickle instead of the python pickle. #17

Closed juwhan-k closed 4 months ago

juwhan-k commented 5 months ago

Save and load is reported to be slow.

Use C-pickle to accelerate them.

hanyul-ryu commented 4 months ago

_pickle is already included in pickle.