Re: [swift-dev] State of String: ABI, Performance, Ergonomics, and You!

2018-01-11 Thread Michael Ilseman via swift-dev
> On Jan 11, 2018, at 8:53 AM, Omar Charif via swift-dev > wrote: > > Hi Michael, > > I have been doing some research on fast string matching algorithm that I > developed recently and I spent some time testing and benchmarking the > algorithm and it seems fine so far. It is slightly similar

Re: [swift-dev] State of String: ABI, Performance, Ergonomics, and You!

2018-01-11 Thread Omar Charif via swift-dev
Hi Michael, I have been doing some research on fast string matching algorithm that I developed recently and I spent some time testing and benchmarking the algorithm and it seems fine so far. It is slightly similar to the one I proposed to Swift 3 or 4 months ago, it is doing some processing fir

[swift-dev] State of String: ABI, Performance, Ergonomics, and You!

2018-01-10 Thread Michael Ilseman via swift-dev
(A gist-formatted version of this email can be found at https://gist.github.com/milseman/bb39ef7f170641ae52c13600a512782f ) # State of String: ABI, Performance, Ergonomics, and You! Hello, I’ve been working on implementing, opti