Skip to content

High-performance implementation of classical algorithms using modern Python 3.14+ features, benchmarking, and type safety.

Notifications You must be signed in to change notification settings

NavneetSinghArora/pythonic-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📊 Benchmark Results

System Information

  • CPU: Apple M4
  • Architecture: arm64
  • Python: 3.14.2
  • OS: Darwin 25.2.0

Sorting Algorithms

Algorithm Mean Min Max Std Dev Ops/s Rounds
Native Sort 260.90 ns 228.05 ns 3.66 µs 32.68 ns 3.83M ops/s 195,123
Bubble Sort 15.89 µs 15.04 µs 682.25 µs 7.17 µs 62.93K ops/s 9,026
Insertion Sort 52.67 µs 49.33 µs 503.79 µs 6.88 µs 18.99K ops/s 13,023

About

High-performance implementation of classical algorithms using modern Python 3.14+ features, benchmarking, and type safety.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages