Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-17 Thread Alessandro Ghedini
On Thu, Jun 16, 2011 at 12:13:58AM +0200, Jakub Wilk wrote: > * Alessandro Ghedini , 2011-06-10, 12:59: > >>I saw this in city.h: > >> > >>| typedef uint8_t uint8; > >>| typedef uint32_t uint32; > >>| typedef uint64_t uint64; > >>| typedef std::pair uint128; > >>| > >>| inline uint64 Uint128Low64(c

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread David Baird
On Wed, Jun 15, 2011 at 4:13 PM, Jakub Wilk wrote: > * Alessandro Ghedini , 2011-06-10, 12:59: >>> >>> I saw this in city.h: >>> >>> | typedef uint8_t uint8; >>> | typedef uint32_t uint32; >>> | typedef uint64_t uint64; >>> | typedef std::pair uint128; >>> | >>> | inline uint64 Uint128Low64(const

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Jakub Wilk
* Alessandro Ghedini , 2011-06-10, 12:59: I saw this in city.h: | typedef uint8_t uint8; | typedef uint32_t uint32; | typedef uint64_t uint64; | typedef std::pair uint128; | | inline uint64 Uint128Low64(const uint128& x) { return x.first; } | inline uint64 Uint128High64(const uint128& x) { retur

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Alessandro Ghedini
On Wed, Jun 15, 2011 at 05:00:29PM +0200, Kilian Krause wrote: > Hi Alessandro, > > On Wed, 2011-06-15 at 16:24 +0200, Alessandro Ghedini wrote: > > On Wed, Jun 15, 2011 at 03:36:55PM +0200, Kilian Krause wrote: > > > Hi Alessandro, > > > > > > On Wed, 2011-06-15 at 15:04 +0200, Alessandro Ghedin

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Kilian Krause
Hi Alessandro, On Wed, 2011-06-15 at 16:24 +0200, Alessandro Ghedini wrote: > On Wed, Jun 15, 2011 at 03:36:55PM +0200, Kilian Krause wrote: > > Hi Alessandro, > > > > On Wed, 2011-06-15 at 15:04 +0200, Alessandro Ghedini wrote: > > > Thank you for your review. I've uploaded the new package to me

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Alessandro Ghedini
On Wed, Jun 15, 2011 at 03:36:55PM +0200, Kilian Krause wrote: > Hi Alessandro, > > On Wed, 2011-06-15 at 15:04 +0200, Alessandro Ghedini wrote: > > Thank you for your review. I've uploaded the new package to mentors.d.n (the > > changes are also available on the git repository). > > Excellent. >

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Kilian Krause
Hi Alessandro, On Wed, 2011-06-15 at 15:04 +0200, Alessandro Ghedini wrote: > Thank you for your review. I've uploaded the new package to mentors.d.n (the > changes are also available on the git repository). Excellent. Have you talked to upstream whether they want to fix dpkg-shlibdeps: warnin

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Alessandro Ghedini
On Wed, Jun 15, 2011 at 10:20:21AM +0200, Kilian Krause wrote: > Hi Alessandro, Hi, > On Thu, 2011-06-09 at 18:44 +0200, Alessandro Ghedini wrote: > > On Thu, Jun 02, 2011 at 03:57:58PM +0200, Alessandro Ghedini wrote: > > > I am looking for a sponsor for my package "cityhash". > > > > > > * Pac

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Kilian Krause
Hi Alessandro, On Thu, 2011-06-09 at 18:44 +0200, Alessandro Ghedini wrote: > On Thu, Jun 02, 2011 at 03:57:58PM +0200, Alessandro Ghedini wrote: > > I am looking for a sponsor for my package "cityhash". > > > > * Package name: cityhash > > Version : 1.0.2-1 > > Upstream Author :

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-10 Thread Alessandro Ghedini
Hi, On Thu, Jun 09, 2011 at 07:01:08PM +0200, Jakub Wilk wrote: > * Alessandro Ghedini , 2011-06-02, 15:57: > >http://mentors.debian.net/debian/pool/main/c/cityhash/cityhash_1.0.2-1.dsc > > I saw this in city.h: > > | typedef uint8_t uint8; > | typedef uint32_t uint32; > | typedef uint64_t uint6

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-09 Thread Jakub Wilk
* Alessandro Ghedini , 2011-06-02, 15:57: http://mentors.debian.net/debian/pool/main/c/cityhash/cityhash_1.0.2-1.dsc I saw this in city.h: | typedef uint8_t uint8; | typedef uint32_t uint32; | typedef uint64_t uint64; | typedef std::pair uint128; | | inline uint64 Uint128Low64(const uint128& x

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-09 Thread Alessandro Ghedini
On Thu, Jun 02, 2011 at 03:57:58PM +0200, Alessandro Ghedini wrote: > I am looking for a sponsor for my package "cityhash". > > * Package name: cityhash > Version : 1.0.2-1 > Upstream Author : Geoff Pike and Jyrki Alakuijala (Google, Inc.) > * URL : http://code.google.c

RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-02 Thread Alessandro Ghedini
Dear mentors, I am looking for a sponsor for my package "cityhash". * Package name: cityhash Version : 1.0.2-1 Upstream Author : Geoff Pike and Jyrki Alakuijala (Google, Inc.) * URL : http://code.google.com/p/cityhash/ * License : Expat Section : libs