Hacker News new | ask | show | jobs
by hoyhoy 127 days ago
ASAN/LSAN is amazing. It absolutely monkey-hammers performance though.
1 comments

> ASAN/LSAN is amazing. It absolutely monkey-hammers performance though.

It's not so bad; until the sanitisers arrived all we had was valgrind :-/

The sanitisers are about 10x to 50x faster than valgrind.