Lioncash 7f0f37fca7 partition_data_manager: Make data arrays constexpr
Previously the constructor for all of these would run at program
startup, consuming time before the application can enter main().

This is also particularly dangerous, given the logging system wouldn't
have been initialized properly yet, yet the program would use the logs
to signify an error.

To rectify this, we can replace the literals with constexpr functions
that perform the conversion at compile-time, completely eliminating the
runtime cost of initializing these arrays.
2020-08-06 02:41:58 -04:00
..
2020-06-27 18:20:06 -04:00
2019-11-23 01:30:06 +01:00
2020-06-27 11:36:14 -04:00
2020-04-24 09:33:04 +02:00
2018-10-02 16:04:10 +02:00
2020-06-27 18:20:06 -04:00
2020-06-27 18:20:06 -04:00
2020-06-27 18:20:06 -04:00
2020-07-14 16:26:54 -04:00
2020-06-27 11:36:14 -04:00
2019-04-25 08:07:57 -04:00