Journal Articles

Overload Journal #148 - December 2018 and Design of applications and programs
Browse in : All > Journals > Overload > o148 (8)
All > Topics > Design (236)
Any of these categories
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Diseconomies of Scale

Bob Schmidt

07 December 2018 16:48:13 +00:00

Bigger is not always better. Allan Kelly considers when smaller is more productive.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Flip Model: A Design Pattern

Bob Schmidt

06 December 2018 16:36:48 +00:00

Publishing dynamic, complex data to many clients in a threadsafe manner is challenging. Daniele Pallastrelli presents the Flip model pattern to overcome the challenges.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Memory Management Patterns in Business-Level Programs

Bob Schmidt

05 December 2018 16:31:04 +00:00

There are many memory management patterns. Sergey Ignatchenko considers these from an application level.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Compile-time Data Structures in C++17: Part 3, Map of Values

Bob Schmidt

04 December 2018 16:25:16 +00:00

A compile time map of values allows code to be tested more easily. Bronek Kozicki demonstrates how to avoid a central repository of values.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Measuring Throughput and the Impact of Cache-line Awareness

Bob Schmidt

02 December 2018 16:06:26 +00:00

How do you measure throughput? Richard Reich and Wesley Maness investigate suitable metrics.