Skip to content

pending calls: circular buffer -> linked list #23

@ericsnowcurrently

Description

@ericsnowcurrently

Currently PyRuntimeState.ceval.pending.calls is implemented as a circular buffer. A linked would have a much simpler implementation without much extra cost.

UPDATE: I figured this wasn't worth bothering with.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions