-
We can probably get another 2-3x boost with SSE but the 2x16 extra iterations needs some custom code. Either we make a 'local' version of it, or add optional "rar5 extras" to the shared code.
-
as reported at ctalkington/node-archiver#74. i cant personally verify this since no access.
@gconaty moving issue here as its the underlying lib that would need any adjustments.
-
Running on `izzets-mbp.dlink` (OS X 10.9.5) under `/bin/bash`, version f8c22681443225cc9db28536e31628312be8860f ([compare to master](https://github.com/webdizz/my-boxen/compare/f8c22681443225cc9db2853…
-
With this code you will end up with
ASCII control chars as path:
```
var zip = new JSZip();
zip.file("Hello.txt", "Hello World\n");
var img = zip.folder("öäü");
img.file("smile.gif", imgData, {base6…
-
Hi,
I wrote in other session but it was not relevant , so adding as new issue.
I'm facing the following (ubuntu 13.04 and latest rvm)
running `rvm requirements` prints:
``` bash
Checking requirement…
-
The parser starts reading from the beginning of the file, and assumes that the necessary information will be contained within the Local File Header records found starting there. This isn't a valid ass…
-
note: requires JOHN_LDFLAGS patch as in pull req #253
```
make clean; make CC=gcc-4.7.2 CXX=g++-4.7.2 JOHN_CFLAGS="-flto -fwhole-program
-O3" JOHN_LDFLAGS=-static -j9 linux-x86-64-xop
```
```
gcc-4…
-
I'm not sure if Apple just used different altivec extensions or what but you cannot compile jtr with powerpc when using a newer compiler.
I've been working on a patch and managed to fix compiler erro…
-
[Analysis of the GEDCOM X file format](http://familysearch.github.com/gedcomx/2012/07/03/file-format-jeers-cheers.html) shows that the ZIP file format is significantly inefficient under certain scenar…
-
gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -Wno-deprecated-declarations -funroll-loops undrop.c
gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -Wno-deprec…