We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See #21.
Test case:
package com.github.marklister.collections.io import Utils._ object MemTest { def main (args:Array[String]):Unit={ println("Attach monitor, press enter") readLine() var f = new java.io.FileWriter("/dev/null") def st= Stream.continually((1,2)) st.take(10000000).writeCsv(f) f.close f=null System.gc } }
Results:
The text was updated successfully, but these errors were encountered:
ffef548 fixes.
Yes, i know the times are out of order -- I went back to profile the bug after I'd fixed it!
Sorry, something went wrong.
@ms-tg, hopefully v1.1.1 will work for you. I'm not going to be available much for the next few weeks. Good luck!
@marklister thank you so much, fix looks great, we'll upgrade.
No branches or pull requests
See #21.
Test case:
Results:
The text was updated successfully, but these errors were encountered: