https://github.com/wch/string_builder
Performance tests of various ways of building strings in R
https://github.com/wch/string_builder
Last synced: 26 days ago
JSON representation
Performance tests of various ways of building strings in R
- Host: GitHub
- URL: https://github.com/wch/string_builder
- Owner: wch
- Created: 2019-03-15T18:13:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T18:14:56.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T21:49:21.239Z (about 1 month ago)
- Language: R
- Homepage: https://wch.github.io/string_builder/index.html
- Size: 1.64 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - wch/string_builder - Performance tests of various ways of building strings in R (R)
README
## Performance tests of various ways of building strings in R
This repository tests a few different methods for building up strings in R. See:
* [The code](https://github.com/wch/string_builder/blob/master/string_builder.R)
* [The results](https://wch.github.io/string_builder/) of the various methods, tested on a number of different versions of R on rstudio.cloud.