Skip to content

Commit

Permalink
update zig researcher todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ledongthuc committed Sep 17, 2022
1 parent 2e3ee65 commit 655670f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions zig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@ Need more research:
# Operators
- orelse implementation
- +%, +| implementation

# List
- How array in memory, compiler-known size
- How vector in memory
- How slice in memory

# Pointer
- How a single-pointer store/work
- How a multiple pointer store/work
- How a single-pointer that point to array work

0 comments on commit 655670f

Please sign in to comment.