-
-
Notifications
You must be signed in to change notification settings - Fork 701
Closed
Description
With the "axiomatic" approach towards categories introduced in #10963, we are now using join categories far more frequently than in the past. This involves many little operations (sorting, computation of index, ...) that should be made as fast as possible.
Hence, this ticket is about using Cython and optimizing basic algorithms in sage.categories.category and friends.
Depends on #10963
Depends on #15801
Depends on #16309
CC: @nthiery @mezzarobba
Component: categories
Keywords: cython performance categories
Author: Simon King
Branch/Commit: 5bad2ff
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/16296