On Monday, 24 July 2017 17:32:48 UTC+2, il wrote:
>
> I have task:
>
> 1. Initialize map(250 million items)
> 2. Fill all values
> 3. Start http server.
> 4. Process requests. Iterates all values.
>
> I need fast "for" and read access with reasonable memory consumption. This 
> is very important.
>

If you iterate all entries, why are you using a map and not a slice?
 

> Can you help me best solution?
>

You need to be a bit more specific. This sound like something where you can 
easily share your existing code and describe the actual problem you are 
trying to solve as well as which problems you are having.

Thank you!
>

/Klaus 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to