Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2003:
[Freeciv-Dev] Re: (PR#6182) remove some static map-sized arrays
Home

[Freeciv-Dev] Re: (PR#6182) remove some static map-sized arrays

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Bursig Rafal <bursig@xxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#6182) remove some static map-sized arrays
From: Gregory Berkolaiko <Gregory.Berkolaiko@xxxxxxxxxxxx>
Date: Thu, 18 Sep 2003 14:08:16 +0100 (BST)

On Thu, 18 Sep 2003, Bursig Rafal wrote:

> Sorry this msg was rejected by RT then I sent it to list

I remember there was a big discussion on this with Ross and Raimar very 
active participants.  IIRC there was no verdict as there were argument 
both for and against using array[x][y] vs array[x * size + y]

> > same problem was reported by Gregory in WARMAP code where you made 
> > same replace.

My objection was to the use of iterate instead of memset.

At some point I will try to use your patch and see if the time improves.

G.



[Prev in Thread] Current Thread [Next in Thread]