Dennis Sweeney

Results 5 issues of Dennis Sweeney

Based on https://github.com/psf/pyperf/issues/22: Example: ``` py -m pyperf compare_to ..\cpython\floatbench.json ..\multiply\floatbench.json --table --win_percentage +----------------+----------------------------+-----------------------------------------------+ | Benchmark | ..\cpython\floatbench.json | ..\multiply\floatbench.json | +================+============================+===============================================+ | int: x*x | 28.5 ns | 27.7...

See https://github.com/faster-cpython/ideas/issues/490. To break reference cycles, the compiler has an implicit `del e` at the end of an exception handler. To make `UnboundLocalError`s impossible during that deletion, the compiler adds...

type-feature
performance
3.12

Functional changes: * `DELETE_FAST` now assumes its argument is bound; it no longer raises `UnboundLocalError` by itself. * When the state of a local is uncertain, `del x` compiles to...

awaiting core review

### Problem Description The `dhsw_snf` function in [`matrix_utils.py`](https://github.com/sagemath/sage/blob/develop/src/sage/homology/matrix_utils.py) seems to be the bottleneck in some chain complex integral homology computations that I'm running. I'm working with matrices roughly of the...

t: enhancement
c: linear algebra