Search found 1218 matches

by Thorium
Sun Aug 16, 2009 6:10 pm
Forum: Tricks 'n' Tips
Topic: x64 and x86 JCalG1 Decompressor (faster than PB)
Replies: 3
Views: 3979

x64 and x86 JCalG1 Decompressor (faster than PB)

I have ported the JCalG1 decompressor from 32bit to 64bit. I am not a asm freak and i don't realy understand the original source code. But after 4 houres of work it finaly works. ^^ It does not take any advantage of the 64bit architecture. It just works on it. Have fun using it. And if anyone wants ...
by Thorium
Sun Aug 16, 2009 1:37 am
Forum: Feature Requests and Wishlists
Topic: [Implemented] zlib's deflate as the standard crossplatform
Replies: 10
Views: 4003

Hm, 4.31 and 4.40 using zlib if i am not mistaken. The signature of the data is "zlb". But why making the packer incompatible in the first place? At least the x86 version could have the ZLib decompressor and detect if a compressed buffer is JCalG1 or ZLib by the signatur. At the moment the...
by Thorium
Sun Aug 16, 2009 12:10 am
Forum: Tricks 'n' Tips
Topic: CPU Frequency MicroSecond time
Replies: 25
Views: 9926

Turns out accurate on my AMD 2000 mhz, maybe it has some problems problems with multi cores, though I don't know. but if you need a timer with resolution less than 1 ms then I guess it'd be no worse than the regular timers. Yes, there are problems with rdtsc and multi core CPU's. You have to ensure...