jayaprabhakar

Results 6 issues of jayaprabhakar

The public constructors at present allow only 14 or 16 registers. ``` func New() *Sketch func New14() *Sketch func New16() *Sketch func New16NoSparse() *Sketch ``` The private constructor `newSketch` looks...

help wanted

CustomFunc are helpful in creating custom clone functions. However, it doesn't work well with Ptrs. Because when adding *Struct, it gets resolved to Struct and similarly when looking up from...

enhancement
question

## Summary, imperative, start upper case, don't end with a period FizzBee spec for the Venice's LeaderFollower protocol, a one-to-one translation from the TLA+ syntax to the FizzBee syntax. ##...

[FizzBee](https://fizzbee.io) is a system design language that enables mainstream software engineers to automatically verify distributed system designs for cloud, micro-services, and event-driven applications. FizzBee uses Starlark to provide an intuitive,...

This is just a wrapper over the untyped porcupine package. While most data structures and functions/methods were exactly the same, the `Event` struct had to be changed a bit to...

Porcupine uses older versions of Go, and so the interfaces do not support generics, and has to rely on 'interface{}' and type conversions, works but a little annoying. Would it...