Unsafe can be faster because it lies about sync write commands being safely written (which they are not, yet) to disk. It really depends on your specific use case. Test for yourself to make sure the risk is worth it to you.
EDIT: If you have enterprise NVMe drives, then they probably already cache sync writes, which is safe because of the battery backup (PLP) and you'll see no performance increase.