Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
jacobsa
jacobsa has asked
75
questions and find answers to
16
problems.
Stats
817
EtPoint
154
Vote count
75
questions
16
answers
About
Software engineer at Google.
jacobsa questions
How do I share state with a background thread owned by the same struct without Arc?
How do I browse the contents of a Google Cloud Storage bucket I don't own?
Is it possible to intentionally defeat guaranteed copy elision for a particular type?
In C++ why can't I take the address of a function that also has a templated version?
How can the release/acquire semantics of thread parking ever be useful in the face of spurious wakeups?
How can you prevent a destructor call from being reordered above an atomic write by the compiler?
What API design choices exist for a struct that must be pinned?
Why does std::thread::Scope::spawn need the bound `T: 'scope`?
What would the downsides be of using [[no_unique_address]] all over the place?
Do lifetime parameters have any effect on memory layout?
jacobsa answers
How do I share state with a background thread owned by the same struct without Arc?
How to move elements from one slice to another
Data written with gsutil is not visible with gcsfuse
gcsfuse Input/Output error
In C++ can you use one empty type as storage for another?
Mounting google storage bucket folder using gcsfuse
How to use gcsfuse allow_other option?
use gcsfuse to mount google cloud storage buckets in a docker container
Are weak pointers guaranteed to have expired by the time the std::shared_ptr deleter runs?
What are some use cases for memory_order_relaxed