Skip to content

Commit

Permalink
add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Feb 11, 2024
1 parent f596c16 commit 8b97355
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions notes/journals/2024_02_09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [[Quest for Fast Internal Memory Access]]
7 changes: 7 additions & 0 deletions notes/pages/Quest for Fast Internal Memory Access.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- The Quest for a fast way to access internal data by [[Cython]]
- `list[Vec2]`
- `array.array`
- `numpy.ndarray`
- raw pointer `double *data`
- typed memoryviews `double[::1]`
- [Benchmark memoryviews](https://jakevdp.github.io/blog/2012/08/08/memoryview-benchmarks/)

0 comments on commit 8b97355

Please sign in to comment.