Advertisement
iklio

Untitled

Feb 14th, 2021
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Sorting 200 000 000 uint64_t
  2.  
  3. Parallel radix:
  4. Data generation took 0.291 seconds
  5. Sorted 200000000 integers
  6. Total sorting time: 1.105 seconds
  7.  
  8. std::sort:
  9. Data generation took 0.272 seconds
  10. Total sorting time: 16.393 seconds
  11.  
  12. radix:
  13. Data generation took 0.291 seconds
  14. Total sorting time: 5.227 seconds
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement