
14 Nov
2014
14 Nov
'14
5:49 p.m.
On 13.11.2014 10:37, Tobias Pflug wrote:
data RadioStat = { rStart :: Integer -- POSIX time stamp , rStation :: Integer -- index to station map , rDuration :: Integer -- duration in seconds , rAgent :: Integer -- index to agent map ("mobile", "desktop", ..) , rCountry :: Integer -- index to country map ("DE", "CH", ..) , rArea :: Integer -- German geo location info }
Could you show a sampe record or two? It will be an interesting case to calculate now many bits of information there are vs. how many bits will Haskell need. -- Wojtek