Browse Source

Improve bzip2 performance, submitted by Rodrigo Schmidt, PR 24798

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@759138 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
9922008d65
3 changed files with 1652 additions and 1191 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +4
    -0
      contributors.xml
  3. +1647
    -1191
      src/main/org/apache/tools/bzip2/CBZip2OutputStream.java

+ 1
- 0
CONTRIBUTORS View File

@@ -252,6 +252,7 @@ Roberto Scaramuzzi
Robin Green
Rob Oxspring
Rob van Oostrum
Rodrigo Schmidt
Roger Vaughn
Roman Ivashin
Ronen Mashal


+ 4
- 0
contributors.xml View File

@@ -1028,6 +1028,10 @@
<first>Rob</first>
<last>van Oostrum</last>
</name>
<name>
<first>Rodrigo</first>
<last>Schmidt</last>
</name>
<name>
<first>Roger</first>
<last>Vaughn</last>


+ 1647
- 1191
src/main/org/apache/tools/bzip2/CBZip2OutputStream.java
File diff suppressed because it is too large
View File


Loading…
Cancel
Save