Julian Weiß

Results 43 comments of Julian Weiß

May I ask, why you made the decision to not support a DBC per bus?

I have to admit I was not aware of the `num`-function, however this does not differ much from my string comparsion approach, since I still have to catch the error,...

Thanks for the reports. Currently I am in my vacations, so I will take a look at the issues as soon as I am back home. Until then feel free...

The new API encourages the use of `STL` algorithms. I.e. in your specific case, you can do it that way: ``` auto beg = sig.ValueEncodingDescriptions().begin(); auto end = sig.ValueEncodingDescritpions().end(); auto...

I consider to add such functions (`ValueDescriptionByValue(value)`) in future versions of `dbcppp`, however at the moment, you have to stick with the `std::find_if`-solution. To reduce the boiler plate in your...

Added some improvements in 4ac6c4747e9447e9bde7e78a4af7f47cbf5d2923

`BA_DEF_REL_` is not implemented yet. Do you need this information provided by `BA_DEF_REL_`? If not, just remove it.

That's pseudo code, you have to provide your own can frame data.

I assumed the string is parsed from the func sig. I still wonder why it requires C++20.

# My results ## Hashmap ``` Num Unique Words = 5977 Hash Collisions = 451 Number of threads = 14 NUM SOLUTIONS = 538 TIMES TAKEN : Total = 0.000999s...