Skip to content

Commit 9abc8f8

Browse files
Move "Made by maragu" up in readme
1 parent d224d1f commit 9abc8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
goqite (pronounced Go-queue-ite) is a persistent message queue Go library built on SQLite and inspired by AWS SQS (but much simpler).
1010

11+
Made in 🇩🇰 by [maragu](https://www.maragu.dk/), maker of [online Go courses](https://www.golang.dk/).
12+
1113
## Features
1214

1315
- Messages are persisted in a SQLite table.
@@ -110,5 +112,3 @@ BenchmarkQueue/send,_receive,_delete-16 15106 79517 ns/op
110112
Note that the slowest result above is around 12,500 messages / second with 16 parallel producers/consumers.
111113
The fastest result is around 18,500 messages / second with just one producer/consumer.
112114
(SQLite only allows one writer at a time, so the parallelism just creates write contention.)
113-
114-
Made in 🇩🇰 by [maragu](https://www.maragu.dk/), maker of [online Go courses](https://www.golang.dk/).

0 commit comments

Comments
 (0)