beepy0 / thesis

AVX-512 SIMD Optimization and Benchmarking of AGMS and Fast-AGMS Sketch Algorithms
0 stars 1 forks source link

Questions For Martin #37

Closed beepy0 closed 5 years ago

beepy0 commented 5 years ago

Clear before benchmarking any throughput

Writing

martinkiefer commented 5 years ago
  1. This depends on how your stream looks like. Sometimes it's just a stream of keys, sometimes it's a key-frequency tuple. If you have only implemented the former case that's perfectly fine and you don't have to mention the latter.
  2. For the input files: You have probably generated them using some script. The script is good enough. For the VTune Reports: No need to upload these huge reports. I'm perfectly fine with the command you used to create them.
  3. The problem is high throughput sketch maintenance. If it's just about making clear what the problem is and why it's important, I would go for the growing data streams. Vectorization and everything related to it is the way you approach the problem.
  4. In the background section? Sure.