libnmea
libnmea copied to clipboard
Optimize the get_parser functions
The get_parser functions are now implemented by iterating through the parser list. This could maybe be optimized by sorting the list by type ID or similar.