Guest User

Untitled

a guest
Jan 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. 100000 iterations, 128 byte buffers:
  2. alloc / add / free
  3. finished in 0.03 seconds
  4. alloc / add / free with set_block_size()
  5. finished in 0.03 seconds
  6. alloc / add_iovec / free
  7. finished in 0.04 seconds
  8.  
  9. 100000 iterations, 65535 byte buffers:
  10. alloc / add / free
  11. finished in 6.73 seconds
  12. alloc / add / free with set_block_size()
  13. finished in 2.1 seconds
  14. alloc / add_iovec / free
  15. finished in 2.09 seconds
  16.  
  17. 10000000 iterations, 2056 byte buffers:
  18. alloc / add / free
  19. finished in 6.88 seconds
  20. alloc / add / free with set_block_size()
  21. finished in 5.01 seconds
  22. alloc / add_iovec / free
  23. finished in 5.56 seconds
Add Comment
Please, Sign In to add comment