Sammy Sidhu
09/19/2024, 10:53 PMBefore:
➜ Daft git:(dba931fa) ✗ time python -c 'import daft'
python -c 'import daft' 0.84s user 2.17s system 490% cpu 0.615 total
After:
➜ Daft git:(main) ✗ time python -c 'import daft'
python -c 'import daft' 0.08s user 0.02s system 90% cpu 0.110 total