Bug 102395 - [NEW PORT] converters/p5-Convert-Bencode_XS: Faster conversions to/from Bencode format
Summary: [NEW PORT] converters/p5-Convert-Bencode_XS: Faster conversions to/from Benco...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-22 18:20 UTC by gslin
Modified: 2006-09-27 09:10 UTC (History)
1 user (show)

See Also:


Attachments
p5-Convert-Bencode_XS-0.05.shar (3.09 KB, text/plain)
2006-08-22 18:20 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-08-22 18:20:16 UTC
Convert::Bencode_XS exists for a couple of reasons, first of all
performance. Especially bdecode() is between 10 and 200 times faster
than Convert::Bencode version (depending on file): the great speed
increase is in part due to the iterative algorithm used. bencode() is
written in C for better performance, but it still uses a recursive
algorithm. It manages to be around 3 to 5 times faster than
Convert::Bencode version. Check out the "extras" directory in this
distribution for benchmarks.

WWW:	http://search.cpan.org/dist/Convert-Bencode_XS/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-22 18:20:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-27 09:04:55 UTC
clsung      2006-09-27 08:04:50 UTC

  FreeBSD ports repository

  Modified files:
    converters           Makefile 
  Added files:
    converters/p5-Convert-Bencode_XS Makefile distinfo pkg-descr 
                                     pkg-plist 
  Log:
  Add p5-Convert-Bencode_XS 0.05, faster conversions to/from Bencode
  format.
  
  PR:             ports/102395
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.134     +1 -0      ports/converters/Makefile
  1.1       +34 -0     ports/converters/p5-Convert-Bencode_XS/Makefile (new)
  1.1       +3 -0      ports/converters/p5-Convert-Bencode_XS/distinfo (new)
  1.1       +10 -0     ports/converters/p5-Convert-Bencode_XS/pkg-descr (new)
  1.1       +11 -0     ports/converters/p5-Convert-Bencode_XS/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-27 09:06:32 UTC
State Changed
From-To: open->closed

New port added. Thank You.