File: Quest%20for%20Fast%20Internal%20Memory%20Access.md

package info (click to toggle)
ezdxf 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104,528 kB
  • sloc: python: 182,341; makefile: 116; lisp: 20; ansic: 4
file content (7 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
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/)