Matt Gallagher

Results 10 comments of Matt Gallagher

Sorry to take so long to comment on this issue. As far as I can tell, this is an issue with lldb on Rosetta, not with the code itself –...

I've been super busy this week. I hope to review this weekend.

The benchmark I used for that article was the testSyncMapPerformance and testAsyncMapPerformance in the CwlSignal tests. I implemented equivalents in RxSwift and ReactiveSwift but I might need to dig them...

I haven't forgotten about this issue... I do still want to provide some up-front benchmarking of CwlSignal. However, there's a lot about Swift and package management that affects performance –...

I'm not able to reproduce this. An EXC_BAD_ACCESS is not something that's usually possible in Swift. It looks like something has corrupted the stack. Possibly stack overflow or some weird...

Thanks. I can reproduce the crash, now. I'll see if I can understand what's going on and fix it properly.

While this was easy to reproduce, it was a little annoying to work around (needed some tedious refactoring). However, it should now be fixed on master.