Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:Psyco

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 18 years ago by Hervegirod in topic Compiled Java?

Portage/Gentoo too specific

[edit]

While it is interesting that Portage can by Pscyo enabled, it feels oddly particularistic. Hundreds of Python based applications are Psyco enabled; listing just one of them makes it sound like Psyco was developed specifically for Portage. I guess if the stub is fleshed out, some more examples can be given. Lulu of the Lotus-Eaters 21:06, 2005 May 22 (UTC)

I agree, listing Gentoo is strange. But I don't want to remove it because its informative. Listing a few major apps that use psyco would balance out the section. --Etienne 02:57, 20 June 2006 (UTC)Reply

Psycho?

[edit]

I think we should add something at the top for the spellingly challenged (sorta like Google):

Did you mean to search for Psycho?

just a though.

Fear The Hams.-- 13:42, 19 July 2007 (UTC)Reply

I added a top link for it. —Piet Delport 01:09, 20 July 2007 (UTC)Reply

Compiled Java?

[edit]

I think it is misleading to put 'Java' as one of the comparable compiled languages, since Java is byte compiled (and not machine compiled). Or did I miss something? User:frikk

It is a JITed language such as C#. The fact is that Psycho is slower than machine compiled languages such as C, but also (still ?) slower than JITed-compiled languages such as Java and C#. Hervegirod (talk) 21:22, 28 May 2008 (UTC)Reply