You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Goque provides embedded, disk-based implementations of stack, queue, and priority queue data structures.
1
+
// Package goque provides embedded, disk-based implementations of stack, queue, and priority queue data structures.
2
2
//
3
3
// Motivation for creating this project was the need for a persistent priority queue that remained performant while growing well beyond the available memory of a given machine. While there are many packages for Go offering queues, they all seem to be memory based and/or standalone solutions that are not embeddable within an application.
0 commit comments