Commit Graph

67 Commits

Author SHA1 Message Date
6bad25a5fd
Update .gitignore 2022-12-31 10:53:03 -08:00
0082b2a442
Debloat: we're not v1 yet so I can do this (remove network) 2022-12-31 10:52:36 -08:00
81dad19896
Fix[linux]: not returning error 2022-12-18 07:02:11 -08:00
e86d7171e0
Cleanup[linux] + lint 2022-12-18 06:46:16 -08:00
a39de9c865
Cleanup[linux]: de-dupe + doc++ 2022-12-18 04:11:45 -08:00
2e58f576ff
Feat[linux]: sysinfo 2022-12-18 04:05:54 -08:00
c7eafdbc52
Fix[entropy]: fix OneInA function 2022-12-11 12:02:46 -08:00
7c3c116baa
Debloat: Get rid of zerolog dependency 2022-11-22 13:33:08 -08:00
3f6dbd7472
Feat[entropy]: Access shared rand.Rand 2022-10-11 01:06:20 -07:00
a9ce9387ac
Feat[pool]: safer bytes.Buffer+sync.Pool 2022-10-02 23:46:32 -07:00
2e72a70838
Feat[pool/strings]: More Must functions 2022-10-02 23:45:48 -07:00
f8d9462a66
Feat: MustWriteString, MustPut 2022-10-02 22:06:42 -07:00
fb2b04efbc
Coverage: fix regression 2022-09-28 01:20:56 -07:00
36795dee8e
Feat[pool]: add safer strings.Builder pool 2022-09-28 01:11:54 -07:00
358021fb40
Revert defunct dev branch stuff 2022-09-28 00:04:16 -07:00
68d7cd9ecc
Update test to match network changes 2022-09-27 23:47:16 -07:00
781a3583d2
Add cmd: ipranger 2022-09-27 23:47:16 -07:00
929cdf25bb
Feat[entropy]: Random slice value 2022-09-27 23:45:49 -07:00
3139db4896
Feat: Fprintf 2022-09-23 13:45:54 -07:00
98a80f4427
Retract defunct cached modules 2022-09-15 02:03:21 -07:00
24fbc6514a
Paranoid checks 2022-08-25 04:11:02 -07:00
9d344e77b5
Performance and testing improvements
Signed-off-by: kayos@tcp.direct <kayos@tcp.direct>
2022-08-22 06:14:08 -07:00
945ce6ee14
Feat: RandStrWithUpper 2022-07-13 05:09:07 -07:00
48eeb84afd
gofmt -s 2022-07-13 01:15:15 -07:00
f3320e756c
Bump zerolog (for printf error handling) 1.26.1 -> 1.27.0 2022-07-13 01:13:07 -07:00
dependabot[bot]
d37befbf39
Bump github.com/rs/zerolog from 1.26.1 to 1.27.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.26.1 to 1.27.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.26.1...v1.27.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-13 08:10:21 +00:00
17aa515904
Create dependabot.yml 2022-07-13 01:09:58 -07:00
ed7837591a
Merge branch 'fast-rand' 2022-07-12 02:11:20 -07:00
30f94d6eae
Enhancement: shared/global rand objs + add benchmarks 2022-07-12 02:00:54 -07:00
d07f8de105
Docs: improve range iteration documentation 2022-07-08 03:51:12 -07:00
3d8d392d8b
Feat: Add new hash functions + Testing: improve coverage 2022-07-04 00:43:03 -07:00
06cc556626
Update README.md 2022-05-29 22:36:31 -07:00
0dda286965
Coverage: Fprint testing 2022-05-29 22:29:07 -07:00
56c9b804e5
Add: Float64 byte slice conversions 2022-05-29 22:06:34 -07:00
84d2f8bc95
Revert: Make packages independant 2022-05-15 15:52:37 -07:00
3192308f1c
Modules: Make packages independant 2022-05-15 15:46:23 -07:00
ca58630bde
Release v0.3.5 2022-03-26 20:25:30 -07:00
d79368c7b9
Release v0.3.5 2022-03-26 20:25:04 -07:00
5aaf70930c
Release v0.3.5 2022-03-26 20:24:30 -07:00
32c4020301
Release v0.3.4 2022-03-26 20:24:24 -07:00
8fd6fde78b
Fix: github CI for go 1.18 2022-03-26 20:21:07 -07:00
94590bbc23
Improve test coverage and documentation 2022-03-26 20:19:17 -07:00
1c8fd87a7f
Implement generics, fix race condition in network 2022-03-26 08:25:52 -07:00
f14edc3ef8
Entropy: split out functions and export them 2022-03-23 23:22:02 -07:00
d3a00b44f4
Style: shorten line 2022-03-15 21:07:27 -07:00
04e1bde185 Merge pull request 'Introduce new PRNG with drastically better performance' (#1) from entropy into master
Reviewed-on: #1
2022-03-16 03:43:52 +00:00
c36496d75d
Introduce new PRNG with drastically better performance
Signed-off-by: kayos@tcp.direct <kayos@tcp.direct>
2022-03-15 20:39:22 -07:00
28c6a6193d
racecar 2022-03-11 23:06:53 -08:00
e6ab8cbd53
Testing: ip pointer range iteration 2022-03-11 21:56:07 -08:00
d800b6f925
Documentation: literals -> pointers 2022-03-11 20:55:24 -08:00