Skip to content

Instantly share code, notes, and snippets.

@jmdelaney8
jmdelaney8 / bistruct_c_compile_memtest.py
Created February 16, 2023 20:02
test if bistruct.c.compile has a memory leak
import time
import tracemalloc
import bitstruct
STAT_PERIOD = 5 # seconds
little_fmt = 'u24'
names=['requested_pgn']