bigqueue icon indicating copy to clipboard operation
bigqueue copied to clipboard

Golang implements for BigQueue

Results 12 bigqueue issues
Sort by recently updated
recently updated
newest added

I am getting a concurrency error while using this queue however it says that it is thread safe. Attached are the logs from my app for context ``` 2022-05-19 12:51:05.422768...

Hi there, Recently, I wrote a simple prototype which required a dick-based queue. After I copied the snippet, and then bad luck, I got an error like: ``` ➜ logpipe...

The `os.ModeDir` option is not intended as a permissions preset, you should use the POSIX permissions set like `0777` for a dir, and `0666` for a file. Then the current...

I was handed over a project using this library, and when trying to run it, it failed because it was creating all of the queue related directories with mode 000....

PeekAll method supporting pagination func PeekPagination(page, pagesize int) ([][]byte, []int64, error)

enhancement

Follow is returned struct ```Go type QueueFileInfo struct { Name string Path string Size int64 FileIndex int64 CanGC bool } ```

enhancement

@ macOS 10.15.6 error: ```go /Users/xxx/go/pkg/mod/github.com/jhunters/[email protected]/mmap_unix.go:13:9: undefined: syscall.Fdatasync ``` I see there is support for Darwin in issue, but why does it recognize Unix? What do I need to configure?

change example's dependence, make darwin build work