https://github.com/marcellanz/file-read-challenge-go
https://github.com/marcellanz/file-read-challenge-go
blogpost go performance
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcellanz/file-read-challenge-go
- Owner: marcellanz
- License: apache-2.0
- Created: 2019-01-21T17:22:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T05:52:33.000Z (about 7 years ago)
- Last Synced: 2025-04-10T09:06:34.420Z (about 1 year ago)
- Topics: blogpost, go, performance
- Language: Go
- Homepage: https://marcellanz.com/post/file-read-challenge/
- Size: 48.8 KB
- Stars: 38
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://dev.azure.com/marcellanz/file-read-challenge-go/_build/latest?definitionId=1&branchName=master)
https://marcellanz.com/post/file-read-challenge/
>In January Stuart Marks published a blog post named ["Processing Large Files in Java"][marks_blog_post] as a response to a post by Paige Niedringhaus about ["Using Java to Read Really, Really Large Files"][niedringhaus_blog_post].
Niedringhaus there reports her experience with JavaScript to solve a "coding challenge" where a "very large file" has to be processed and four specific questions where asked about the processed file. After solving the challenge in JavaScript, Niedringhaus then moved forward and successfully implemented a solution to the challenge in Java as she was curious about Java and how to do it in that language.
>This article starts where Marks left and tries to improve on the performance aspect of the code further; until we [_hit the wall_][hit_the_wall].
[hit_the_wall]:https://marcellanz.com/post/file-read-challenge/#conclusion-hitting-the-wall
[marks_blog_post]: https://stuartmarks.wordpress.com/2019/01/11/processing-large-files-in-java/
[niedringhaus_blog_post]: https://itnext.io/using-java-to-read-really-really-large-files-a6f8a3f44649