in reply to What is a fast way to get keys of a Berkeley DB into an array?
As the NEXTKEY implementation in BerkeleyDB.xs also uses c_get, it looks like there is no way to retrieve keys only (without retrieving values). NEXTKEY is the function called under the hood by BerkeleyDB's tied-hash interface when you call keys %hash.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: What is a fast way to get keys of a Berkeley DB into an array?
by mab (Acolyte) on Jun 09, 2010 at 19:37 UTC | |
by almut (Canon) on Jun 09, 2010 at 20:10 UTC |