Journal Articles

Overload Journal #155 - February 2020 and Programming Topics
Browse in : All > Journals > Overload > o155 (6)
All > Topics > Programming (877)
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.

A line-to-line conversion from Node.js to Node.cpp

Bob Schmidt

05 February 2020 18:57:27 +00:00

Dmytro Ivanchykhin, Sergey Ignatchenko and Maxim Blashchuk show how we can get a 5x improvement in speed.

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.

Quick Modular Calculations(Part 2)

Bob Schmidt

03 February 2020 18:34:25 +00:00

The minverse algorithm previously seen is fast but has limitations. Cassio Neri presents two alternatives.