Convert-Bencode_XS

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
        (works with binary data blobs) as reported by many.
 
0.05  Thu Jun  8 14:33:21 JST 2006
    - function bdecode totally rewritten in C by Andrew Danforth with
      clear performance increase
     
0.04  Tue Nov 15 14:47:00 JST 2005
    - small changes in Bencode_XS.xs helps compiling under MSVSC
        (thanx to Nilson Santos Figueiredo Junior nilsonsfj@cpan.org)
 
0.03  Mon Nov  3 18:15:38 CET 2003
    - we use qsort instead of sortsv
        (apparent speedup and should compile on 5.6)
    - now we sort hash keys comparing them the rawest way possible
        we consider no UTFness or locale
    - using SVt_PVAV and SVt_PVHV instead of 10 and 11
    - other minor adjustments
     
0.02  Thu Oct 30 17:33:13 CET 2003
    - fixed warning in bencode()
    - added META.yml
    - removed a repeated "our" in bench_decode.pl
    - other minor adjustments
 
0.01  Wed Oct 22 18:26:52 2003
        - original version; created by h2xs 1.23 with options
                -A -b 5.6.0 Convert::Bencode_XS



( run in 0.258 second using v1.01-cache-2.11-cpan-87723dcf8b7 )