Skip to content

Commit 3a38e1c

Browse files
author
Miguel Molina
committed
Merge branch 'master' of github.com:src-d/go-kallax
2 parents 6cb64e4 + 3866e70 commit 3a38e1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ PASS
828828
ok gopkg.in/src-d/go-kallax.v1/benchmarks 40.485s
829829
```
830830

831-
As we can see on the benchmark, the performance loss is not very much compared to raw `database/sql`, while GORMs performance loss is very big and the memory consumption is way higher.
831+
As we can see on the benchmark, the performance loss is not very much compared to raw `database/sql`, while GORMs performance loss is very big and the memory consumption is way higher. SQLBoiler, on the other hand, has a lower memory footprint than kallax, but a bigger performance loss (though not very significant in most cases).
832832

833833
Source code of the benchmarks can be found on the [benchmarks](https://github.com/src-d/go-kallax/tree/master/benchmarks) folder.
834834

generator/common_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"go/types"
88
"reflect"
99

10-
parseutil "srcd.works/go-parse-utils.v1"
10+
parseutil "gopkg.in/src-d/go-parse-utils.v1"
1111
)
1212

1313
func mkField(name, typ string, fields ...*Field) *Field {

0 commit comments

Comments
 (0)