Skip to content

lpimem/hlcsrv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b91ec31 · Aug 29, 2020

History

75 Commits
Feb 12, 2019
Aug 29, 2020
Aug 29, 2020
Feb 7, 2019
Feb 7, 2019
Feb 7, 2019
Apr 16, 2017
Aug 29, 2020
Aug 29, 2020
Aug 29, 2020
Feb 15, 2019
Aug 29, 2020
Feb 7, 2019
Feb 16, 2019
Aug 29, 2020
Aug 29, 2020
Feb 7, 2019
Feb 12, 2019
Apr 20, 2017
Aug 29, 2020
Feb 16, 2019
Feb 16, 2019
Aug 29, 2020
Aug 29, 2020
Feb 16, 2019
Apr 6, 2017
Aug 29, 2020
Aug 29, 2020
Feb 16, 2019
Aug 29, 2020
Apr 7, 2017

Repository files navigation

hlcsrv

HLC Server

Benchmarks

04/20/2017

BenchmarkSavePagenote-8    	   30000	    525521 ns/op	   14174 B/op	     113 allocs/op
BenchmarkSavePagenoteP-8   	   20000	   1002649 ns/op	   14176 B/op	     113 allocs/op
BenchmarkGetPagenote/10-8  	  100000	    198909 ns/op	   16058 B/op	     562 allocs/op
BenchmarkGetPagenote/100-8 	   20000	    776848 ns/op	   72858 B/op	    3540 allocs/op
BenchmarkGetPagenote/1000-8     2000	   6432966 ns/op	  690328 B/op	   33258 allocs/op
BenchmarkGetPagenoteP-8        50000	    293017 ns/op	   73156 B/op	    3543 allocs/op

Notes

Set environmnet variables before deploying/testing.

  • HLC_SESSION_SECRET
  • HLC_SESSION_KEY_USER
  • HLC_SESSION_KEY_SID
  • GOOGLE_OAUTH2_CLIENT_ID

Generate a random string:

env LC_CTYPE=C tr -dc "a-zA-Z0-9-_\$\?" < /dev/urandom | fold -w 64 | head -n 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published