Class system and tools for the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Georg Hopp bec6f38730 I do not use trees anymore within the optimized memory management. I realized that I can calculate the index of an array by the size and use stacks of memory segments under each array element. This should be much faster. 11 years ago
..
interface update copyright information 12 years ago
class.h fix PARENTCALL. We need the current class context to find the right parent. 11 years ago
commons.h update copyright information 12 years ago
interface.h remove the bsearch from interface selection. The amount of interfaces is very limited and there is no benefit compared to a direct iteration 11 years ago
logger.h added classvars. This again changes the interface for class declaration and definition. 12 years ago
memory.h I do not use trees anymore within the optimized memory management. I realized that I can calculate the index of an array by the size and use stacks of memory segments under each array element. This should be much faster. 11 years ago
print_trace.h add print backtrace 11 years ago
sized_data.h more makros for classvars handling and add a new class SizedData. 11 years ago
timer.h Add a general purpose timer for different time granularities (seconds, milliseconds, microseconds and nanoseconds). 11 years ago
tree_macros.h ensure that a grandparent exists when it is involved in the ballance 11 years ago