meilier

Results 5 comments of meilier

I run cuda_test.py too, its fast. Using 1080ti, Encrypt Time: 0.000238 ms/op Add Time: 0.000002 ms/op Decrypt Time: 0.000122 ms/op

I find the lwe-based encryption the paper cites. Are they wrong about the encryption time? ![屏幕快照 2020-06-16 上午11 52 59](https://user-images.githubusercontent.com/32219162/84730133-f6ab5e00-afc7-11ea-9e8b-1c35a7c0a8a4.png)

I make some progress found that cache-misses are the key factor that influences the throughput. Any solutions? : ) Thanks

Disable transparent huge pages for nearly no cache misses for clear_page_erms. Still some other analysises needed...... [Memory allocation is too slow](https://stackoverflow.com/questions/55370228/memory-allocation-is-too-slow)