Skip to content

Result micro optimizations #64

@acostapazo

Description

@acostapazo

With the help of cProfile, we can review possible optimizations.

Example

python -m cProfile -o benchmark.prof benchmark/time_result.py
snakeviz benchmark.prof
Screenshot 2023-06-20 at 23 20 35

These micro-improvements will probably not be noticed in most use cases, but it improves the library and helps to understand and improve the library profiling.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions