-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
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
Provide streaming mode #210
Comments
This is needed for ClickHouse/ClickHouse#15323 |
Oh that's an interesting one... not one I ever considered, since I have never tried running it over that much data in one go. I guess a stream option for CSV and SQL works in this case well enough. |
@alexey-milovidov if you are able to build from source you can get from master and try the new stream mode for csv
It should dump the results as they come in to standard output avoiding any memory issues (in theory). |
* Update README.md * SLOCCount came before cloc * resolve boyter#206 * First cut at boyter#210 * Add "gohtml" and "gotxt" to the list of extensions for Go templates These are the default extensions that e.g. GoLand uses, and some other tools as well I believe. It's useful as it disambiguates between templates for html/template and text/template. * partial fix for boyter#214 * resolve after feedback * Mostly ready for boyter#211 * real fix for issue214 * few tests and typo * Resolvehttps://github.com/boyter/issues/208 * Update to remove wrong Go version mentioned boyter#220 Co-authored-by: Ben Boyter <[email protected]> Co-authored-by: AlDanial <[email protected]> Co-authored-by: Ben Boyter <[email protected]> Co-authored-by: Martin Tournoij <[email protected]>
Closing down as done and ready for release. |
Describe the bug
I cannot successfully run
scc
on 20 TB dump of GitHub (231 219 569 files) without OOM on a server with 128 GiB RAM,even if I run scc with csv output format.
The text was updated successfully, but these errors were encountered: