Zitat von
marabu:
Hallo,
wenn die Liste sortiert ist, dann kannst du mittels binärer Suche sehr effizient zugreifen.
Übrigens hat ein Word nur zwei Byte ...
Grüße vom marabu
Zu der binären Suche müsste ich mich mal informieren... Das ein Word 2 Byte groß ist, wusste ich.
Das ganze sollte ja ungefähr so laufen (theorie)
Delphi-Quellcode:
var Arr: Array[0..High(Cardinal)] of Word;
buf: Cardinal;
begin
stream.LoadFromFile(datei);
stream.Read(buf,4);
inc(Arr[buf]);
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."