Skip to Content
流畅的Python(第2版)
book

流畅的Python(第2版)

by Luciano Ramalho
April 2023
Intermediate to advanced
769 pages
25h 16m
Chinese
Posts & Telecom Press
Content preview from 流畅的Python(第2版)
582
20
倒序排列要检查的数。这里将显示
proc_pool.py
procs.py
在行为上的差别。详见本例
后面的说明。
使用
executor
作为上下文管理器。
executor.map
调用返回
check
返回的
PrimeResult
实例,顺序与
numbers
参数相同。
运行示例
20-6
,会发现结果的出现顺序完全是倒序的
,如示例
20-7
所示。相比之下,
procs.py
的输出
(见
19.6.1
节)则取决于各个数的素数检测难度。例如,
procs.py
在靠近顶
部的位置显示
7 777 777 777 777 777
的结果
,因为它有一个较小的因子
7
,所以
is_prime
很快就能判断它不是素数。
相比之下,
7 777 777 536 340 681
88 191 709
2
is_prime
要用很长时间才能判断它是合
数。判断
7 777 777 777 777 753
是素数的时间更长—
—因此,在
procs.py
的输出中,这两
个数出现在靠近末端的位置。
运行
proc_pool.py
,你不仅会注意到结果倒序显示,还会发现显示
9 999 999 999 999 999
结果之后,程序卡住了。
示例
20-7
proc_pool.py
的输出
$ ./proc_pool.py
Checking 20 numbers with 12 processes:
9999999999999999 0.000024s
9999999999999917 P 9.500677s
7777777777777777 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Python高级编程(第2版)

Python高级编程(第2版)

Posts & Telecom Press, Michał Jaworski, Tarek Ziadé
Python贝叶斯分析(第2版)

Python贝叶斯分析(第2版)

Posts & Telecom Press, Osvaldo Martin
高效能PYTHON程式設計

高效能PYTHON程式設計

Micha Gorelick, Ian Ozsvald

Publisher Resources

ISBN: 9787115612366