Robert F. Dickerson
Robert F. Dickerson
@ru1996 I'm curious if you have a specific example of some strings that cause this performance issue. I also have been suffering in certain cases over 30s to evaluate a...
Similarly, any interest in a pkg-config file? (.pc)?
I would normally say throw an exception. However, from looking at how to implement Sequence, the `next` function just returns an Optional. It is not a throwing method at all....
I'm not sure if I like the API to work by passing in callback functions as arguments. Maybe instead just provide a delegate protocol- that various monitoring components can plug...
Yeah, that's a good plan- I have faced the need for something like this since I've hooked in Swift-Kuery to the Swift Package Catalog data. I think we would need...