summaryrefslogtreecommitdiff
path: root/docs/library/builtins.rst
diff options
context:
space:
mode:
authorAngus Gratton <angus@redyak.com.au>2025-02-04 12:20:38 +1100
committerDamien George <damien@micropython.org>2025-02-11 16:17:00 +1100
commit0a55f1f40c8a0a69f34f550d45138d9ba7a1d467 (patch)
treeeb1afdebdb07ff23e3c1ee6dbf6a60695087ea47 /docs/library/builtins.rst
parentbab099826e956bcc000b8a3c45b144c97d870fe2 (diff)
docs/reference: Add strings vs bytes to speed optimisation tips.
Also add some additional context links, suggestions for alternative classes, etc. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'docs/library/builtins.rst')
-rw-r--r--docs/library/builtins.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/library/builtins.rst b/docs/library/builtins.rst
index 5956aea7a..b5d08ba7f 100644
--- a/docs/library/builtins.rst
+++ b/docs/library/builtins.rst
@@ -19,6 +19,8 @@ Functions and types
.. class:: bytearray()
+ |see_cpython| `python:bytearray`.
+
.. class:: bytes()
|see_cpython| `python:bytes`.
@@ -104,6 +106,8 @@ Functions and types
.. class:: memoryview()
+ |see_cpython| `python:memoryview`.
+
.. function:: min()
.. function:: next()