Commit 39ffc15
authored
Remove the gc call in write.jl (#271)
This gc call was added in Windows only, apparently in response to issue JuliaComputing#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.1 parent 2d2d98b commit 39ffc15
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
| |||
0 commit comments