Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update news to pass lint
  • Loading branch information
cmaloney committed Jun 19, 2024
commit 9d7f925af5a39e0e0fd33c476f5fa015e9bd1362
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Reduce the number of system calls invoked when reading a whole file (ex. `open('a.txt').read()`). For a sample program that reads the contents of the 400+ `.rst` files in the cpython `Doc` code folder, there is a over 10% reduction in system call count.
Reduce the number of system calls invoked when reading a whole file (ex. ``open('a.txt').read()``). For a sample program that reads the contents of the 400+ ``.rst`` files in the cpython repository ``Doc`` folder, there is a over 10% reduction in system call count.
Comment thread
hauntsaninja marked this conversation as resolved.
Outdated