Re: [ANN] LuaHashMap: An easy to use hash table library for C (release candidate)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] LuaHashMap: An easy to use hash table library for C (release candidate)
- From: steve donovan <steve.j.donovan@...>
- Date: 2012年12月27日 17:50:33 +0200
On Thu, Dec 27, 2012 at 5:00 PM, Eric Wing <ewmailing@gmail.com> wrote:
> LuaHashMap wraps Lua to leverage its proven hash table implementation,
> while providing a friendly C API
This is distinctly non-crazy. After all, Lua is smaller than most C libraries ;)
To make it complete, why not expose the Lua string library so that C
programmers don't have to keep living in the dark ages?
steve d.