Julia Evans: Learning at work

I asked on Twitter a while back “how do you invest in you own learning?” (this tweet. Some common things people replied with: Read more

Similar

Prefaulting Memory Mapped Arrays in Julia

One of the key facts about memory maps is that the mapping is performed asynchronously, with the data being loaded on demand as it is used. In some cases, though, we may know that the entire mapped region will be required — and only at the end of some oth... (more…)

Read more »