Meetings2011-09-08 » History » Version 7

J. Moringen, 09/08/2011 05:04 PM
updated rst (again)

1 1 J. Moringen
h1. Meetings 2011-09-08
2 1 J. Moringen
3 2 J. Moringen
h2. C++ again: @InformerBase@, @AnyType@ and @uncheckedPublish@
4 2 J. Moringen
5 2 J. Moringen
* #521
6 2 J. Moringen
7 4 J. Moringen
* Type/scope checks
8 4 J. Moringen
** Disabling should be possible regardless of the configuration mechanism
9 4 J. Moringen
** As quality of Service option?
10 4 J. Moringen
*** Can be enabled for debugging
11 4 J. Moringen
** Efficiency improvements
12 4 J. Moringen
*** Hash type names for faster comparison?
13 4 J. Moringen
14 4 J. Moringen
15 3 J. Moringen
h2. RST
16 2 J. Moringen
17 3 J. Moringen
* Current State (Jan)
18 5 J. Moringen
19 5 J. Moringen
* Suggestions
20 5 J. Moringen
** To reduce footprint of built libraries
21 5 J. Moringen
*** Include only relevant data types in built libraries
22 5 J. Moringen
*** Domain-specific libraries?
23 6 J. Moringen
*** If possible, provide the complete data-type library and smaller partial libraries
24 7 J. Moringen
**** Should be a build-time option to avoid runtime redundancy
25 6 J. Moringen
**** Drawback: redundant linking causes hard-to-debug problems
26 5 J. Moringen
** Converters should be built into "framework-specific" libraries
27 5 J. Moringen
*** Example: one shared library for OpenCV converters
28 5 J. Moringen
29 3 J. Moringen
* CitCatalog BETA (Florian)
30 3 J. Moringen
* Discussion
31 2 J. Moringen
32 2 J. Moringen
h2. Performance Enhancements (and "Threadless RSB")
33 2 J. Moringen
34 2 J. Moringen
* New event processing strategies
35 2 J. Moringen
** Associated configuration
36 2 J. Moringen
* Improvements in @Scope@ class
37 2 J. Moringen
* Transports
38 1 J. Moringen
** Improvements in in-process transport
39 2 J. Moringen
** Improvements in Spread transport
40 2 J. Moringen
** New Socket-based transport
41 2 J. Moringen
42 2 J. Moringen
43 3 J. Moringen
h2. Language-specific Configuration?
44 2 J. Moringen
45 2 J. Moringen
* #551