Re: ANN: Shed Skin 0.2, an experimental (restricted) Python-to-C++ compiler



William Dode wrote:

I just tested it with a litle game, to find the places of horse on a board 5x5. The result is :

cython avec malloc *int 18s

Posting benchmark times for Pyrex or Cython is pretty
meaningless without showing the exact code that was
used, since times can vary enormously depending on
how much you C-ify things.

--
Greg
.



Relevant Pages

  • Re: Simple question, err... I think
    ... It's meaningless to then direct me to look at the code. ... quality of the code it felt safe to assume a leak :-)). ... Set B(Set l, int n, Set r) ... /All/ 'return' statements in this function return a pointer to a freshly ...
    (comp.programming)
  • Re: pbm with begin tran
    ... While Running it @ the front end its again showing the Same pbm. ... > @SeatsBooked int ... > RAISERROR('No seats available,10,1) ... > COMMIT TRAN ...
    (microsoft.public.sqlserver.programming)
  • linux socket programming
    ... but its not showing the desired the result. ... int main ... struct sockaddr_in server, from; ... /*select function call uses timeout value to prevent indefinite ...
    (comp.os.linux.development.apps)
  • Re: Contact other plane the worst spell evar?
    ... Furthermore, a PC Wiz9 will reasonably have 18 INT, so he'll be able to ... contact anything except a greater deity with no risk. ... Because it makes the INT check meaningless. ... Thus if we assume a Wizard as our typical case the Int check is ...
    (rec.games.frp.dnd)
  • Re: problems using fgets() and sscanf() while modifying file contents
    ... exact code which i used. ... main returns int, not void. ... the compiler doesn't know what a 'FILE' is; ... See question 12.23 in the FAQ. ...
    (comp.lang.c)