[mercury-users] Mercury library for large data set
Jeff Thompson
jeff at thefirst.org
Thu Mar 3 08:58:57 AEDT 2011
I have a Prolog program that uses assert to copy many records to a
predicate for querying, such as
customer(ID, CustomerName).
(A key is created for fast lookup.) Once the data is loaded, it is not
modified. Only declarative queries are made.
What is the recommended Mercury library for storing a table like this
with keyed lookup, with an emphasis on handling tens of thousands of
rows and efficient lookup (but not a need to modify efficiently)?
Thank you,
- Jeff
--------------------------------------------------------------------------
mercury-users mailing list
Post messages to: mercury-users at csse.unimelb.edu.au
Administrative Queries: owner-mercury-users at csse.unimelb.edu.au
Subscriptions: mercury-users-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the users
mailing list