fcontext: context with pseudo-constant values access-time
43 views
Skip to first unread message
Eyal
unread,
May 27, 2019, 6:52:56 PM5/27/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Hi,
Please check out this implementation of idea that I had: It allows a constant access-time for the context values for the most common use-case. (The standard library access time is linear with the number of values in the context).