gnuradio / pmt

pmt
GNU Lesser General Public License v3.0
11 stars 11 forks source link

Don't use std::visit for formatting. It is too slow and complex #112

Open jsallay opened 3 months ago

jsallay commented 3 months ago

By manually going through the possibilities, the code is easier to read and understand and the total compilation time goes down by around 15%.