All Questions
4 questions
3
votes
2
answers
317
views
Shared memory class
I wrote a class that opens a shared memory communication to use in my project, and would like a review.
mylib_com.hpp
...
8
votes
1
answer
3k
views
NASM tutorial (Linux syscalls, 64 bit) code with CI-build and test
According to this question, I have made an agreement with Peter Cordes to create such a question here.
I think that I should prepare the tutorial using the modern technologies as the Continuous ...
2
votes
2
answers
798
views
Wrapper library for sockets
I'm writing a C++ wrapper library for sockets which will hopefully be cross-platform.
It's basically two headers:
mizaru.hpp, which contains the wrapper classes themselves.
trans_layer.hpp, which ...
7
votes
1
answer
539
views
Writing SIMD libraries for C++ on FASM in x86-64 Linux
I have recently started a project of SIMD libraries development for C++ on FASM for x86-64 Linux.
I would be glad to hear any opinion or feedback about the project, cleanness of the code and ...