Gentoo Archives: gentoo-dev

From: Tom Wijsman <TomWij@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: Packages up for grabs
Date: Sun, 16 Jun 2013 22:10:52
Message-Id: 20130617000757.3bb64664@TOMWIJ-GENTOO
In Reply to: Re: [gentoo-dev] Re: Packages up for grabs by Ciaran McCreesh
1 On Sun, 16 Jun 2013 22:38:56 +0100
2 Ciaran McCreesh <ciaran.mccreesh@××××××××××.com> wrote:
3
4 > On Sun, 16 Jun 2013 23:24:27 +0200
5 > Tom Wijsman <TomWij@g.o> wrote:
6 > > I have one; it's great to help make my boot short, but it isn't
7 > > really a great improvement for the Portage tree. Better I/O isn't a
8 > > solution to computational complexity; it doesn't deal with the CPU
9 > > bottleneck.
10 >
11 > If the CPU is your bottleneck, Python won't help you. Python's threads
12 > are fine for making IO easier, but the GIL prevents them from being of
13 > any use for CPU intensive calculations.
14 >
15 > Having said that, the CPU isn't your bottleneck.
16
17 That's assuming you would go threaded, but you can also aim for lower
18 algorithmic complexities; the complexity makes the CPU the bottleneck.
19
20 --
21 With kind regards,
22
23 Tom Wijsman (TomWij)
24 Gentoo Developer
25
26 E-mail address : TomWij@g.o
27 GPG Public Key : 6D34E57D
28 GPG Fingerprint : C165 AF18 AB4C 400B C3D2 ABF0 95B2 1FCD 6D34 E57D

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Re: Packages up for grabs Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>