Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the gc call in write.jl (#271)
This gc call was added in Windows only, apparently in response to issue #42. The consequence was that `writexlsx()` was much slower, with 97% of time spent on gc (in my use case). Deleting this line speeds up `writexlsx()` forty-fold and XLSX still passes all tests. Not sure what, if any, downsides there might be in other use cases.
- Loading branch information