Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivoronin/python-isplit
This is a generator version of string.split()
https://github.com/ivoronin/python-isplit
Last synced: 5 days ago
JSON representation
This is a generator version of string.split()
- Host: GitHub
- URL: https://github.com/ivoronin/python-isplit
- Owner: ivoronin
- Created: 2013-11-17T19:40:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-17T19:41:41.000Z (almost 11 years ago)
- Last Synced: 2024-04-17T21:12:14.778Z (7 months ago)
- Language: C
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What is it?
===========This is a generator version of string.split()
Why should i (not) use it?
==========================It is somewhat faster than string.split()