Skip to content

DerekScottLedbetter/space-pruner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

This project tests various solutions to the problem of removing whitespace from a string of characters, using an ARM processor. Based on the blog posts by Daniel Lemire. I added the function neon_interleaved_despace, and simple UI for iOS.

http://lemire.me/blog/2017/07/03/pruning-spaces-from-strings-quickly-on-arm-processors/
http://lemire.me/blog/2017/07/10/pruning-spaces-faster-on-arm-processors-with-vector-table-lookups/
https://github.com/lemire/Code-used-on-Daniel-Lemire-s-blog/tree/master/2017/07/10

Built with Xcode 8, and runs on iOS 10.3 or later.

This project and all of its code is public domain.

– Derek Ledbetter

About

Using ARM NEON instructions to filter an array.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published