On win64 With L6 Applied suzanne
Implementation |
Time (size of resultant file) |
Python |
123.8 s (340mb) |
C++ (without duplicates) |
27.2 s (299mb) |
C++ (with duplicates) |
47. s (600mb) |
Seems fishy that I have opposite results for the with and without duplicates, you sure on those times?
Also when swapping out fstream for FILE*
Implementation |
Time (size of resultant file) |
C++ (without duplicates) |
14.2 s (299mb) |
C++ (with duplicates) |
21.4 s (600mb) |
1 Like