Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Chris Hall
Chris Hall has asked
4
questions and find answers to
8
problems.
Stats
152
EtPoint
30
Vote count
4
questions
8
answers
About
C and Assembler. Last major project: Quagga BGP Daemon.
Chris Hall questions
`atomic_compare_exchange_strong_explicit()` -- what do the various combinations of `success` and `failure` parameter do, when not equal?
__builtin_types_compatible_p(t1, t2) and pointers to qualified types
C11 Atomic Acquire/Release and x86_64 lack of load/store coherence?
Chris Hall answers
Why POSIX standardize semaphore as system call but leave mutex and condition variable to Pthread (user level)
Find most similar sets efficiently (Python, data structures)
Facing a difficulty in a bubble sort algorithm in C
Why any modern x86 masks shift count to the 5 low bits in CL
stdio error detection: ferror versus fclose
How many 64-bit multiplications are needed to calculate the low 128-bits of a 64-bit by 128-bit product?