rth / vtext

Simple NLP in Rust with Python bindings
Apache License 2.0
146 stars 11 forks source link

Build release wheels with LTO #35

Open rth opened 5 years ago

rth commented 5 years ago

Link time Optimization (LTO) would add around 10% in performance for vtext and also reduce binary sizes. However, it also increases the compilation/link time significantly so we may want to only enable it for commits with an existing release tag.