Re: [Haskell-cafe] Updating HsJudy to work with the latest Judy

2009-05-27 Thread Bryan O'Sullivan
On Wed, May 27, 2009 at 11:02 AM, Robin Green  wrote:

> I would like to use the HsJudy bindings to the Judy high-performance
> trie library (on hackage), but unfortunately they have bitrotted. I can
> have a go at mending them but I have no experience with FFI. Any tips?
>

Just dive in. The FFI is extremely easy to use.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Updating HsJudy to work with the latest Judy

2009-05-27 Thread Don Stewart
bos:
> On Wed, May 27, 2009 at 11:02 AM, Robin Green  wrote:
> 
> I would like to use the HsJudy bindings to the Judy high-performance
> trie library (on hackage), but unfortunately they have bitrotted. I can
> have a go at mending them but I have no experience with FFI. Any tips?
> 
> 
> Just dive in. The FFI is extremely easy to use.


I tweaked them recently for a benchmark, and it took about 5 minutes to
get working. I'll dig up the patches tonight.

-- Don
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe