[GitHub] commons-io pull request #6: Introduce threadlocal buffers to avoid memory al...

2018-05-17 Thread berndhopp
Github user berndhopp closed the pull request at: https://github.com/apache/commons-io/pull/6 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[GitHub] commons-io pull request: Introduce threadlocal buffers to avoid me...

2015-02-02 Thread berndhopp
GitHub user berndhopp opened a pull request: https://github.com/apache/commons-io/pull/6 Introduce threadlocal buffers to avoid memory allocation This PR aims to avoid unneccessary memory-allocation by using threadlocal byte- and char-arrays to buffer temporary, method-internal

[GitHub] commons-io pull request: initial commit

2015-02-01 Thread berndhopp
Github user berndhopp closed the pull request at: https://github.com/apache/commons-io/pull/5 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] commons-io pull request: initial commit

2015-02-01 Thread berndhopp
GitHub user berndhopp opened a pull request: https://github.com/apache/commons-io/pull/5 initial commit You can merge this pull request into a Git repository by running: $ git pull https://github.com/berndhopp/commons-io