Opened 14 years ago
Closed 14 years ago
#89 closed task (wontfix)
replace datamodel functions by trivial-queries functions
Reported by: | lgiessmann | Owned by: | lgiessmann |
---|---|---|---|
Priority: | major | Milestone: | miscellaneous 2010 |
Component: | data-model | Version: | 0.1 |
Keywords: | Cc: |
Description
replace the functions in model/datamodel.lisp by functions from trivial-queries.lisp
*list-instanceOf
*list-super-types
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → accepted |
---|
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
won't remove the functions
*list-instanceOf
*list-super-types
because the generic solutions defined in trivial-queries are much slower than the specific solutions.