|
d0c868ca5c
|
Add coder/decoder size to coder
|
2024-07-31 13:14:37 +02:00 |
|
|
7001f2c51a
|
Refactor encoding to use *string instead of string as input
I don't want to clone the whole input string
|
2024-07-31 13:14:37 +02:00 |
|
|
ad8eaff930
|
Fully implement GSM7 decode
Benchmark BufferPool / RunBenchmarks (push) Failing after 17s
Run Tests / Test (push) Failing after 16s
|
2024-07-31 12:45:31 +02:00 |
|
|
f847588a24
|
Grow buffer when encoding when necessary
Run Tests / Test (push) Failing after 15s
Benchmark BufferPool / RunBenchmarks (push) Failing after 16s
To maybe hopefully prevent multiple allocations
|
2024-07-30 23:34:50 +02:00 |
|
|
f5e263752e
|
little refactor
Benchmark BufferPool / RunBenchmarks (push) Failing after 17s
Run Tests / Test (push) Failing after 15s
|
2024-07-30 22:58:51 +02:00 |
|
|
b2a588e667
|
Add "len" methods to encode and decode
Benchmark BufferPool / RunBenchmarks (push) Failing after 18s
Run Tests / Test (push) Failing after 16s
To get length of encoded/decoded string
|
2024-07-30 22:45:56 +02:00 |
|
|
db61da9fc2
|
A lil optimize
|
2024-07-30 22:15:36 +02:00 |
|
|
9fbcdd86cc
|
Add encode benchmarks
|
2024-07-30 22:14:19 +02:00 |
|
|
76d7102e72
|
Implement basic decoding
|
2024-07-30 22:10:57 +02:00 |
|
|
74928d9f7a
|
Add some sort of work on decode
|
2024-07-30 22:03:57 +02:00 |
|
|
e6199da5d6
|
Add more tests
Benchmark BufferPool / RunBenchmarks (push) Failing after 1m15s
Run Tests / Test (push) Failing after 1m13s
|
2024-07-28 21:47:51 +02:00 |
|
|
a2f4e9af25
|
Fix packing for larger strings
Benchmark BufferPool / RunBenchmarks (push) Waiting to run
Run Tests / Test (push) Waiting to run
|
2024-07-28 17:35:19 +02:00 |
|
|
930e5b9b4f
|
Generate mask on the fly
|
2024-07-28 14:51:25 +02:00 |
|
|
7f9717266f
|
Implement GSM7 packing
Benchmark BufferPool / RunBenchmarks (push) Has been cancelled
Run Tests / Test (push) Has been cancelled
|
2024-07-28 13:00:34 +02:00 |
|
|
0eb0f5d773
|
Add tests for gsm7
|
2024-07-25 16:33:46 +02:00 |
|