Skip to main content
The 2024 Developer Survey results are live! See the results
user1937198's user avatar
user1937198's user avatar
user1937198's user avatar
user1937198
  • Member for 9 years, 5 months
  • Last seen this week
11 votes
Accepted

What problem does Rust's "atomic reference count" actually solve?

5 votes

How does a CDN get "data" when there's hundreds of terabytes stored in data centers?

5 votes

Is inheritance constraint on Generics redundant? If not what is its recommended use?

5 votes

How did Python come to be so popular amongst data scientists?

4 votes

Do we need APIs to just access databases?

4 votes
Accepted

What performance benefits does a Redis cluster have over having all machines connect to a single Redis node?

3 votes
Accepted

On hanging Desktop-applications

2 votes

Is it a good practice to allocate memory size to data types?

2 votes
Accepted

Is there any performance hit associated by the definition of a static constructor or due to availability of it?

1 vote

Is it possible to programmatically evaluate safety for arbitrary code?

1 vote

Personal AES keys storage idea not working reason

0 votes
Accepted

Implementing heap-allocated closures in LLVM