tscrim / coxeter

Coxeter is a library for the study of combinatorial aspects of Coxeter group theory
11 stars 5 forks source link

Implement push and pop for List #11

Open tscrim opened 8 years ago

tscrim commented 8 years ago

These will be very fast list operations that we currently do not have. In particular, Bruhat ordering in #10 pops elements off the back and comments have said this is a bottleneck.

tscrim commented 8 years ago

append() is the equivalent of push(), however it could use some work. We can also make pop() an inlined function.