HedgehogInTheCPP

Results 65 comments of HedgehogInTheCPP

Yes, it's definitely needed because fastfloat_strncasecmp is only supports some printable ASCII chars https://en.wikipedia.org/wiki/ASCII#Printable_character_table

I have a notebook with Celeron N3350 CPU and get same error after update. Optional is default.

Currently, I reinstall with LTS kernel and it's fine.

Hmm, maybe this bug only related to the Windoed version of the browser, I see this: ![Image](https://github.com/user-attachments/assets/32813d86-37bf-4c96-8b65-eb77946c7bb4)

Also since Windows 8 it's not boot without popcnt.

Confirm that. Currently, I lower the version to 1.1.12. The problem is here https://github.com/rustdesk/rustdesk-server/commit/e251161c5d4a6bb6ee405193150ef210b58e5d34 , please follow the link to the Rust repo, there is a solution: you need to...

> @IRainman > > > This both allow to significantly reduce code size and speedup your code when you use fast_float as a part of your parser. > > I...

> I recently changed some compile time config options into runtime config options. I believe that both worlds would be good. I would prefer if the compile time options to...

> In this instance, the argument here is to reduce compiled size and improve runtime performance we avoid checking negatives ('-') and for 'nan'/'inf'. In my view, it is an...