Project

General

Profile

Slug #1238

Updated by Anna Maria Bigatti about 4 years ago

Eduardo Saenz de Cabezon has horrible monomial ideals with 500 indets and 500 gens.
Even with just 50 gens it takes 24s to read the list.
Move the construction of @SymbolTable@ into the ring as suggested in issue #881.

*2020-02-12* more flexible solution is the new function *@RingElems@* which reads a vector of @RingElem@: it reads a whole list (with a single @SymbolTable@) istead of making repeated calls for each entry. @RingElem@.

Back