From d4bd3ad4a869c87fcfa4f83b42555a6c8e1bc746 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sat, 17 May 2025 09:03:45 +0200 Subject: vault backup: 2025-05-17 09:03:45 --- Buffer Protocol.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Buffer Protocol.md (limited to 'Buffer Protocol.md') diff --git a/Buffer Protocol.md b/Buffer Protocol.md new file mode 100644 index 0000000..4284c12 --- /dev/null +++ b/Buffer Protocol.md @@ -0,0 +1,9 @@ +--- +tags: + - python +--- +The buffer protocol provides access to underlying memory buffer. + +The producer is the type that wraps a buffer and implements the "buffer interface" through which they export data about the underlying buffer. + +The consumer is who gains access to the underlying buffer. \ No newline at end of file -- cgit v1.2.3