Forwarded from Syra's Techbinder
www.partow.net
General Purpose Hash Function Algorithms - By Arash Partow
The General Hash Function Algorithm library contains implementations for a series of commonly used additive and rotative string hashing algorithm in the Object Pascal, C and C++ programming languages
Forwarded from Syra's Techbinder
https://github.com/loreloc/archinfo
Archinfo is a software that gathers informations about your x86 processor using the cpuid instruction.
Tags: #programming #asm #c
Archinfo is a software that gathers informations about your x86 processor using the cpuid instruction.
Tags: #programming #asm #c
GitHub
GitHub - loreloc/archinfo: An x86 Intel processor information gatherer
An x86 Intel processor information gatherer. Contribute to loreloc/archinfo development by creating an account on GitHub.
Forwarded from The Daily C++
#c #cpp
Comparing C and C++ usage and performance with a real world project
http://nibblestew.blogspot.it/2017/09/comparing-c-and-c-usage-and-performance.html?m=1
Comparing C and C++ usage and performance with a real world project
http://nibblestew.blogspot.it/2017/09/comparing-c-and-c-usage-and-performance.html?m=1
Blogspot
Comparing C and C++ usage and performance with a real world project
The relative performance of C and C++ is the stuff of folk legends and Very Strong Opinions. There are microbenchmarks that can prove differ...