[–] [S] 0 points 4 years ago* (4 children)

It's probably because those with decision making authority have no idea what open source is and how it works.

That being said, China is a huge contributor to open source. For example Huawei and Alibaba are among top kernel contributors.

  • source
  • parent
  • context
  •  

    Hello all, I'm learning Rust after years of programming mainly in C/C++.

    Python has a very neat shelve library: https://docs.python.org/3/library/shelve.html It's basically a dict (hash table), but is located on disk instead of memory. It's great for easy persistence and also for working with massive objects that won't fit into memory.

    Is there anything similar for Rust? I could not find any, but I'm still learning Rust and could have missed it.