LUMIERA.clone/tests/basics/time
Ichthyostega fef0c05b64 Job-Planning: base implementation of job instance creation
* using a simplified preliminary implementation of hash chaining (see #1293)
 * simplistic implementation of hashing for time values (half-rotation)
 * for now just hashing the time into the upper part of the LUID

Maybe we can even live with that implementation for some time,
depending on how important uniform distribution of hash values is
for proper usage of the frame cache.

Needless to say, various further fine points need more consideration,
especially questions of portability (32bit anyone?). Moreover, since
frame times are typically quantised, the search space for the hashed
time values is drastically reduced; conceivably we should rather
research and implement a good hash function for 128bit and then combine
all information into a single hash key....
2023-04-30 22:33:42 +02:00
..
digxel-configurations-test.cpp Modernise Unknown Exception handler and Exception messages 2018-04-02 01:48:51 +02:00
digxel-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
format-support-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
quantiser-basics-test.cpp Library: rectify confusingly named function on the Grid API 2022-12-05 01:05:23 +01:00
time-basics-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
time-control-test.cpp Library: clarify usage of the basic time scale 2018-12-10 00:12:52 +01:00
time-formats-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
time-mutation-test.cpp Library: clarify usage of the basic time scale 2018-12-10 00:12:52 +01:00
time-parsing-test.cpp Dependencies: get rid of boost-regexp (see #995) 2019-06-24 02:41:02 +02:00
time-quantisation-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
time-value-test.cpp Job-Planning: base implementation of job instance creation 2023-04-30 22:33:42 +02:00