- 20 Oct, 2014 3 commits
-
-
Kamil Kisiel authored
-
-
Kamil Kisiel authored
Handle write and read errors.
-
- 15 Oct, 2014 2 commits
-
-
Larz Conwell authored
This makes it simpler to handle errors in code importing this package.
-
Larz Conwell authored
-
- 30 Sep, 2014 3 commits
-
-
Kamil Kisiel authored
Implement r opcode LONG_BINPUT
-
Sean DuBois authored
-
Sean DuBois authored
-
- 18 Sep, 2014 1 commit
-
-
Kamil Kisiel authored
Fix struct encoding
-
- 17 Sep, 2014 1 commit
-
-
Damian Gryski authored
There was accidentally an extra empty dict. Also, reduce the scope of a local variable.
-
- 24 Jul, 2014 2 commits
-
-
Kamil Kisiel authored
Changed the filenames ogórek.go and ogórek_test.go to use the precomposed Latin Small Letter O With Acute.
-
tmedwards authored
Changed the filenames for `ogórek.go` and `ogórek_test.go` use the precomposed Latin Small Letter O With Acute.
-
- 11 Jul, 2014 2 commits
-
-
Kamil Kisiel authored
printf verb fix
-
Damian Gryski authored
-
- 30 Jun, 2014 3 commits
-
-
Kamil Kisiel authored
Global and reduce implementation
-
Sean DuBois authored
-
Sean DuBois authored
-
- 29 Jun, 2014 2 commits
-
-
Sean DuBois authored
-
Sean DuBois authored
-
- 28 Jun, 2014 1 commit
-
-
Sean DuBois authored
-
- 09 Jun, 2014 4 commits
-
-
Kamil Kisiel authored
-
Kamil Kisiel authored
Implement the TUPLE2 Opcode
-
Sean DuBois authored
d.marker() doesn't seem to be the proper way to get stack length, use #'len on d.stack for #'loadTuple2 instead
-
Sean DuBois authored
-
- 08 Jun, 2014 1 commit
-
-
Sean DuBois authored
out of the top two items on the stack.'
-
- 30 May, 2014 1 commit
-
-
Kamil Kisiel authored
-
- 10 Mar, 2014 6 commits
-
-
Kamil Kisiel authored
Implement binunicode and long1
-
Jonathan Pulfer authored
-
Jonathan Pulfer authored
-
Jonathan Pulfer authored
-
Jonathan Pulfer authored
-
Jonathan Pulfer authored
-
- 30 Jan, 2014 5 commits
-
-
Kamil Kisiel authored
Remove binary.{Read,Write} in favour of doing it by hand
-
Kamil Kisiel authored
Improve test coverage
-
Damian Gryski authored
-
Damian Gryski authored
-
Damian Gryski authored
The encoding/binary.{Read,Write} methods use reflection which is slow. This is ok for prototyping but has a serious performance impact. In each case, we know exactly what we're trying to write out, so we'll allocate our own buffer and do the explicit conversion ourselves. As an example of the performance improvement this makes, here are the results from an (internal) benchmark: benchmark old ns/op new ns/op delta BenchmarkDecode 427190 318845 -25.36%
-
- 26 Nov, 2013 2 commits
-
-
Kamil Kisiel authored
Add support for decoding opGet ('g')
-
Damian Gryski authored
-
- 25 Nov, 2013 1 commit
-
-
Kamil Kisiel authored
A few more small fixes to the encoder and decoder.
-