Module submission Sort::Fast

2011-12-28 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Sort::Fast
  DSLIP:   adcfg
  description: sort one dimension arrays faster using XS
  userid:  ATOOMIC (Nicolas R.)
  chapterid:   6 (Data_Type_Utilities)
  communities:

  similar:
Sort::Bucket

  rationale:

The goal is to wrap c subroutines to implement a fast sort
algorithm : heapsort, quicksort, mergesort...

Will only be usable on one dimension array of strings or integers.

Depending on the size of the array it can improve performance by up
to x3, and 1.5x in average for small arrays ( more for larger arrays
).

At this step I ve only implement sorting of integers but will add
string for the first public release.

Here are the first bench, xs::sort method vs a regular sort on
random arrays :

+ 1000 arrays * 10 rows ( integers ) merge -> 557/s req/sec perl ->
565/s req/sec heap -> 625/s req/sec quick -> 637/s req/sec

+ 100 arrays * 100 rows ( integers ) perl -> 645/s req/sec merge ->
729/s req/sec ** heap -> 866/s req/sec *** quick -> 946/s req/sec

+ sort one array * 1_000_000 rows ( integers ) perl -> 1.89/s
req/sec ** merge -> 4.50/s req/sec ** heap -> 4.74/s req/sec ***
quick -> 6.43/s req/sec

  enteredby:   ATOOMIC (Nicolas R.)
  enteredon:   Wed Dec 28 16:46:57 2011 GMT

The resulting entry would be:

Sort::
::Fastadcfg sort one dimension arrays faster using XSATOOMIC


Thanks for registering,
-- 
The PAUSE

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=f890_a9ec9b1a2f8b2054&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=f890_a9ec9b1a2f8b2054&SUBMIT_pause99_add_mod_insertit=1
Peek at the current permissions:
  
https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=me&pause99_peek_perms_query=Sort%3A%3AFast


PAUSE ID request (BENW; Ben Wilber)

2011-12-28 Thread Perl Authors Upload Server
Request to register new user

fullname: Ben Wilber
  userid: BENW
mail: CENSORED
homepage: http://desync.com
 why:

Hi. I'd like to contribute.


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=0990_ac98b8c756f930fd&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=0990_ac98b8c756f930fd&SUBMIT_pause99_add_user_Definitely=1


PAUSE ID request (BRIAND; Brian Dickson)

2011-12-28 Thread Perl Authors Upload Server
Request to register new user

fullname: Brian Dickson
  userid: BRIAND
mail: CENSORED
homepage: 
 why:

Contribute perl modules for passwords, security, routing, etc.


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=1990_60d532b298e63c0b&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=1990_60d532b298e63c0b&SUBMIT_pause99_add_user_Definitely=1


Welcome new user BRIAND

2011-12-28 Thread Perl Authors Upload Server

Welcome Brian Dickson,

PAUSE, the Perl Authors Upload Server, has a userid for you:

BRIAND

Once you've gone through the procedure of password approval (see the
separate mail you should receive about right now), this userid will be
the one that you can use to upload your work or edit your credentials
in the PAUSE database.

This is what we have stored in the database now:

  Name:  Brian Dickson
  email: CENSORED
  homepage:  
  enteredby: David Golden

Please note that your email address is exposed in various listings and
database dumps. You can register with both a public and a secret email
if you want to protect yourself from SPAM. If you want to do this,
please visit
  https://pause.perl.org/pause/authenquery?ACTION=edit_cred
or
  http://pause.perl.org/pause/authenquery?ACTION=edit_cred

If you need any further information, please visit
  $CPAN/modules/04pause.html.
If this doesn't answer your questions, contact modules@perl.org.

Thank you for your prospective contributions,
The Pause Team


Welcome new user BENW

2011-12-28 Thread Perl Authors Upload Server

Welcome Ben Wilber,

PAUSE, the Perl Authors Upload Server, has a userid for you:

BENW

Once you've gone through the procedure of password approval (see the
separate mail you should receive about right now), this userid will be
the one that you can use to upload your work or edit your credentials
in the PAUSE database.

This is what we have stored in the database now:

  Name:  Ben Wilber
  email: CENSORED
  homepage:  http://desync.com
  enteredby: David Golden

Please note that your email address is exposed in various listings and
database dumps. You can register with both a public and a secret email
if you want to protect yourself from SPAM. If you want to do this,
please visit
  https://pause.perl.org/pause/authenquery?ACTION=edit_cred
or
  http://pause.perl.org/pause/authenquery?ACTION=edit_cred

If you need any further information, please visit
  $CPAN/modules/04pause.html.
If this doesn't answer your questions, contact modules@perl.org.

Thank you for your prospective contributions,
The Pause Team


PAUSE ID request (MRXOR; Stanislav Antic)

2011-12-28 Thread Perl Authors Upload Server
Request to register new user

fullname: Stanislav Antic
  userid: MRXOR
mail: CENSORED
homepage: 
 why:

If I have usefull module, I'll upload it on CPAN :)


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=5990_385ea50f1c0974ac&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=5990_385ea50f1c0974ac&SUBMIT_pause99_add_user_Definitely=1


Module submission Crypt::PW44

2011-12-28 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Crypt::PW44
  DSLIP:   bdpfp
  description: xkcd/936 style password generator
  userid:  BRIAND (Brian Dickson)
  chapterid:   14 (Security_and_Encryption)
  communities:
water cooler

  similar:
SKey (basis for dictionary), other password generators

  rationale:

It's based on Crypt::SKey, which arguably generates passwords.

PW44 means "PassWord generator, 44 bits strong".

It creates random passwords which are very strong, but very easy to
remember. See xkcd/936 for where the idea came from.

It should eventually replace stoopid passwords (and corporate
password policies) which do not provide adequate password strength.

It is very cool. Enjoy.

Brian Dickson

  enteredby:   BRIAND (Brian Dickson)
  enteredon:   Wed Dec 28 19:47:17 2011 GMT

The resulting entry would be:

Crypt::
::PW44bdpfp xkcd/936 style password generatorBRIAND


Thanks for registering,
-- 
The PAUSE

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=6990_cc0949d2bcee6c1e&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=6990_cc0949d2bcee6c1e&SUBMIT_pause99_add_mod_insertit=1
Peek at the current permissions:
  
https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=me&pause99_peek_perms_query=Crypt%3A%3APW44


Welcome new user MRXOR

2011-12-28 Thread Perl Authors Upload Server

Welcome Stanislav Antic,

PAUSE, the Perl Authors Upload Server, has a userid for you:

MRXOR

Once you've gone through the procedure of password approval (see the
separate mail you should receive about right now), this userid will be
the one that you can use to upload your work or edit your credentials
in the PAUSE database.

This is what we have stored in the database now:

  Name:  Stanislav Antic
  email: CENSORED
  homepage:  
  enteredby: David Golden

Please note that your email address is exposed in various listings and
database dumps. You can register with both a public and a secret email
if you want to protect yourself from SPAM. If you want to do this,
please visit
  https://pause.perl.org/pause/authenquery?ACTION=edit_cred
or
  http://pause.perl.org/pause/authenquery?ACTION=edit_cred

If you need any further information, please visit
  $CPAN/modules/04pause.html.
If this doesn't answer your questions, contact modules@perl.org.

Thank you for your prospective contributions,
The Pause Team


User update for BENW

2011-12-28 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [BENW]
   fullname: [Ben Wilber]
  asciiname: []
  email: [CENSORED]
   homepage: [http://desync.com]
cpan_mail_alias: [publ] was [none]
ustatus: [unused]


Data were entered by BENW (Ben Wilber).
Please check if they are correct.

Thanks,
The Pause


CPAN Testers Daily Summary Report

2011-12-28 Thread CPAN Tester Report Server
Dear Nick Ing-Simmons (PAUSE Custodial Account),

Please find below the latest reports for your distributions, generated by CPAN 
Testers, from the last 24 hours. 

To set your preferences for what you wish to have reported in this Daily 
Summary, please visit the CPAN Testers Preferences system at 
https://prefs.cpantesters.org.


Audio-1.029:
- x86_64-linux / 5.15.6:
  - FAIL 
http://www.cpantesters.org/cpan/report/404d303c-318d-11e1-8f32-114f49abe0af



If you have an issue with a particular report, or wish to gain further 
information from the tester, please use the 'Find A Tester' tool at 
http://stats.cpantesters.org/cpanmail.html, using the ID or GUID of the report, 
as listed above, to locate the correct email address.

If you wish to unsubscribe from these notifications, please login to the CPAN 
Testers Preferences system, with your PAUSE credentials, and disable CPAN 
Testers notifications permanently or temporarily. If you have problems with 
accessing the site, please contact Barbie  and request to be 
removed from the automatic mailings. 

Thanks,
The CPAN Testers
-- 
Reports: http://www.cpantesters.org
Statistics:  http://stats.cpantesters.org
Wiki:http://wiki.cpantesters.org
Preferences: https://prefs.cpantesters.org


User update for BEDIVERE

2011-12-28 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [BEDIVERE]
   fullname: [Markus Pinkert]
  asciiname: []
  email: [CENSORED]
   homepage: [http://bedivere.meiserver.de]
cpan_mail_alias: [publ]
ustatus: [unused]


Data were entered by BEDIVERE (Markus Pinkert).
Please check if they are correct.

Thanks,
The Pause