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

ruohola

223
reputation
2
12
  • Turku, Finland
  • Member since May 10 2019
  • 7 profile views
  • Last seen Jul 27 '23 at 13:54

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?