MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / performance_demo.py

File performance_demo.py

python/examples/performance_demo.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2"""
3Performance demonstration comparing BPlusTree vs standard dict and other data structures.
4

Callers

nothing calls this directly

Calls 2

mainFunction · 0.70
insertMethod · 0.45

Tested by

no test coverage detected