[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [eclipse.org-architecture-council] JEP 336: deprecate pack200 | 
| To be fair, we should only compare the size of *.jar which have matching .jar.pack.gz. So far it's not the case 
 mbarbero@build:~> find ~/downloads/releases/photon/201806271001/plugins -name "*.jar" | wc -l5631
 mbarbero@build:~> find ~/downloads/releases/photon/201806271001/plugins -name "*.jar.pack.gz" | wc -l
 2926
 
 We've twice as many .jar than .jar.pack.gz. So:
 
 mbarbero@build:~> find ~/downloads/releases/photon/201806271001/plugins -name "*.jar.pack.gz" -print0 | sed -e 's/jar.pack.gz/jar/g' | du -hc --files0-from=- | tail -n 11,2G	total
 
 So we're talking 1.2G vs 741M for a ~ half of the repo.
 
 Cheers Mikaël Barbero  Team Lead - Release Engineering | Eclipse Foundation 📱 (+33) 642 028 039 | 🐦 @mikbarbero
 FWIW, from the download location itself.
 
 mistria@build:~/downloads/releases/photon/201806271001/plugins> du -ch *.jar.pack.gz [...] 741M    total mistria@build:~/downloads/releases/photon/201806271001/plugins> du -ch *.jar [...] 1.8GB    total 
 So it's ~60% less, and Lars experiment with gz shows that gz keeps the same ratio after compression. 
_______________________________________________eclipse.org -architecture-council mailing listeclipse.org-architecture-council@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/eclipse.org-architecture-council IMPORTANT: Membership in this list is generated by processes internal to the Eclipse Foundation.  To be permanently removed from this list, you must contact emo@xxxxxxxxxxx to request removal.
 | 
Attachment:
signature.asc
Description: Message signed with OpenPGP