Stack Exchange
Stack Overflow
  • Questions
  • Tags
  • Users
  • About
Stack Overflow
    1. Public
    2. Questions
    3. Tags
    4. Users
    5. About

ruohola

21,987
reputation
6
62
97
  • Turku, Finland
  • Member since May 23 2018
  • 3096 profile views
  • Last seen Sep 02 '23 at 16:07

Top #3 SO user from Turku

I'm currently working as a software engineer at Reaktor.

Some of my favorites:
A: Is it possible to use Firebase Realtime Database to implement a distributed mutex?
A: How to iterate over non-const variables in C++?
A: How to get the address of a C++ lambda function within the lambda itself?
A: How to restore linear git history after nonlinear merge?
A: Is the time complexity of string += "a" the same as string = string + "a"?
A: What is the purpose of `&` before the loop variable?

Q: How does Rust's 128-bit integer `i128` work on a 64-bit system?
Q: Is there a currently used system with a C++ compiler where int is over 32 bits wide?
Q: How to restore linear git history after nonlinear merge?
Q: When CPython set `in` operator is O(n)?
Q: Can storing wildcard strings in a column (to be used with LIKE operator) cause unexpected query results or security issues?