Skip to content

Commit

Permalink
dump
Browse files Browse the repository at this point in the history
Signed-off-by: Haile Lagi <[email protected]>
  • Loading branch information
hailelagi committed Nov 27, 2024
1 parent 13a23e8 commit 84fb3c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions content/notes/atomics.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ draft: true
Typically a compiler intrinsic, platform/hardware dependent(x86, risc-v, arm etc), OS dependent.
Typically at least a pointer size -- in rust a [`usize`](https://doc.rust-lang.org/std/primitive.usize.html)

## Orderings
- Relaxed, Release, Acquire, AcqRel, SeqCst, *Consume

## Load and Store

```rust
Expand Down
4 changes: 3 additions & 1 deletion content/notes/cpp-weirdness.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ date: 2024-10-23T13:09:40+01:00
draft: true
---

fun facts:
"fun" c++ "facts":
- multiple inheritance
- https://en.wikipedia.org/wiki/Copy_elision
- https://eli.thegreenplace.net/2012/06/28/the-type-variable-name-ambiguity-in-c
- https://en.wikipedia.org/wiki/Most_vexing_parse
the thin-air problem:
https://www.cl.cam.ac.uk/~pes20/cpp/notes42.html


things I don't like:
Expand Down

0 comments on commit 84fb3c4

Please sign in to comment.