python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Requiring private library in saga with hermes engine enabled causing max call stack size exceeded (native stack depth)
I'm currently trying to migrate our React Native application to leverage the hermes engine. When running the rootsaga with sagaMiddleware.run(rootSaga) we are getting the error: RangeError: Maximum ca...
Newoda
Votes: 0
Answers: 1
Maximum call stack size exceeded for large iterators
I'm trying to convert an iterator to an array. The iterator is the result of calling matchAll on a very long string. The iterator (I assume) has many matches within the string. First I tried it with t...
Infamous911
Votes: 0
Answers: 1
Simulating a simple Call Stack in java
I'm trying to simulate a simple call stack in java, and just run it with simple math functions (such as Fibonacci, Factorial) that I've implemented previously.
Logic wise here's what I'm attempting to...
Robin_Hood
Votes: 0
Answers: 2
Confusing results from golang benchmarking of function and go routine call overhead
Out of curiosity, I am trying to understand what the function and go routine call overhead is for golang. I therefore wrote the benchmarks below giving the results below that. The result for Benchma...
RidiculousRichard
Votes: 0
Answers: 0