github.com/haraldrudell/parl@v0.4.176/README.md (about) 1 # Parl 2 3 Parl is a Go library for <strong>massive virtual parallelism</strong> in command-line utilities, system services and any executable code with <a href=./LICENSE>ISC License</a>.<br /> 4 <br /> 5 <strong>Harald Rudell</strong> is the right person to write Parl due to his:<ul> 6 <li>— 5 years of virtually threaded <strong>Go</strong></li> 7 <li>— 6 years of multi-threaded <strong>Java</strong></li> 8 <li>— 8 years of <strong>ECMAScript</strong> with <strong>Node.js</strong> and <strong>React</strong></li> 9 </ul> 10 <br /> 11 <img src=./zassets/theflag.png> 12 “justice, peace and massive virtual parallelism” 13 <br /> 14 <br /> 15 © 2018–present <strong>Harald Rudell</strong> <harald.rudell@gmail.com> (<a href=https://haraldrudell.github.io/haraldrudell/ >https://haraldrudell.github.io/haraldrudell/)</a> 16 <br /> 17 <br /> 18 19 ## How to use 20 ```go 21 import "github.com/haraldrudell/parl" 22 ``` 23 ## Documentation 24 25 <a href="https://pkg.go.dev/github.com/haraldrudell/parl"><img src="https://pkg.go.dev/badge/github.com/haraldrudell/parl.svg" alt="Go Reference">  Documentation in the Go Package Index</a> 26 <br /> 27 parl targets latest versions of macOS and stable Linux, as of 1/3/2023 macOS 13.1 Darwin xnu and Linux 5.15<br /> 28 <br /> 29 <br /> 30 Parl features: moderator, sqlite interface, package-selectable logging, debouncer, self-signed certificate authority, watchers, thread management, file system scan and operations, … 31 <br /> 32 <br /> 33 On March 16th, 2022, parl was open-sourced under an ISC License<br /> 34 Parl is about 25,000 lines of Go code with first line written on November 21, 2018<br /> 35 <br /> 36 © 2018–present Harald Rudell <harald.rudell@gmail.com> (https://haraldrudell.github.io/haraldrudell/)