yuewuo / fusion-blossom

A fast minimum-weight perfect matching solver for quantum error correction
MIT License
59 stars 15 forks source link

enable dangerous pointer in python builds #25

Closed yuewuo closed 1 year ago

yuewuo commented 1 year ago

The dangerous pointer feature is stable now. Especially in serial solvers, there is no reason to use excessive locks anymore. The locks are designed to pass Rust's memory safety checks, but they are carefully designed to not need any locks.