Skip to content

Instantly share code, notes, and snippets.

View toloudis's full-sized avatar
🐈
coding and helping other coders decide what to code

toloudis

🐈
coding and helping other coders decide what to code
  • Seattle, WA
View GitHub Profile
@toloudis
toloudis / benchmark_bioio_vs_native.py
Last active July 6, 2025 01:56 — forked from frauzufall/benchmark_bioio_vs_native.py
Benchmarking bioio vs native readers
# /// script
# dependencies = [
# "numpy",
# "pillow",
# "tifffile",
# "imageio",
# "bioio",
# "bioio-tifffile",
# "bioio-imageio",
# "matplotlib",