Skip to content

Commit 3502416

Browse files
committed
add -> badge
1 parent 16c2283 commit 3502416

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# PQueue - Intelligent Priority Queue and Sorting Library
22

33
[![Go Version](https://img.shields.io/badge/Go-1.24+-blue.svg)](https://golang.org)
4+
[![GoDoc](https://pkg.go.dev/badge/github.com/mew-sh/pqueue.svg)](https://pkg.go.dev/github.com/mew-sh/pqueue)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/mew-sh/pqueue)](https://goreportcard.com/report/github.com/mew-sh/pqueue)
46
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
57

68
PQueue is a high-performance Go library that provides intelligent priority queue operations and adaptive sorting algorithms. It automatically selects the optimal sorting algorithm based on data characteristics, ensuring maximum performance across different scenarios.

0 commit comments

Comments
 (0)