Skip to content
/ url Public

Fast, optimized and pool based url package inspired from "net/url" written in Go

License

Notifications You must be signed in to change notification settings

Colduction/url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url

Fast, optimized and pool-based url package inspired from "net/url" written in Go

Installation

Use go get.

go get github.com/colduction/url

⚠️ CAUTION

Be aware of the (*url).Reset(put bool) function, set the put parameter to true when you are done with that *url instance and if you want to use it multiple times, you must set the put parameter to false, otherwise you will increase the pool size with unused *url structures.

About

Fast, optimized and pool based url package inspired from "net/url" written in Go

Topics

Resources

License

Stars

Watchers

Forks

Languages