• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H09-Jul-2019-1,8101,055

tests/H09-Jul-2019-1713

.gitignoreH A D09-Jul-201930 43

.gitlab-ci.ymlH A D09-Jul-2019803 3530

Cargo.tomlH A D09-Jul-2019243 1511

LICENSEH A D09-Jul-20191.1 KiB2217

README.mdH A D09-Jul-2019757 159

README.md

1# small
2
3This is a library that provides "small" types (meaning things are allocated on the stack up to a certain size).
4
5Currently there is only an implementation of a small string.
6
7## Helping out
8
9We'd love to get more help with ensuring that these functions are the most memory efficient and the fastest that they can be. If you can help, that would be fantastic!
10
11There are, however, a few rules when it comes to submitting merge requests:
12 1. Ensure that all functions that are publicly facing have sufficient documentation and include at least one doc test.
13 2. Ensure that all possible branches through your code is tested, preferably across multiple tests.
14 3. Make benchmarks between the old version and the new, and make those readily available.
15