KristofferC commented on PR #570:
URL: https://github.com/apache/arrow-julia/pull/570#issuecomment-3444841528

   Before:
   
   ```
   ❯ julia --project mwe.jl
     0.140257 seconds (2.56 M allocations: 130.583 MiB, 16.17% gc time
   
   ❯ julia --project --threads=auto mwe.jl
    32.504022 seconds (2.58 M allocations: 131.676 MiB, 0.04% gc time, 13046169 
lock conflicts)
   ```
   
   After:
   
   ```
   ❯ julia --project mwe.jl
     0.137567 seconds (2.71 M allocations: 142.244 MiB, 14.55% gc time)
   
   ❯ julia --project --threads=auto mwe.jl
     0.102691 seconds (2.70 M allocations: 141.407 MiB, 8.58% gc time, 65 lock 
conflicts)
   ```
   
   🚀 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to