Sunny Gleason
Sunny Gleason
@Licenser I was just looking at pikkr's benchmark(s), it looks like we might be able to do a quick apples-to-apples comparison pretty easily. https://github.com/pikkr/pikkr/blob/master/benches/parser.rs @balajijinnah I also wanted to mention...
Also, a JSONpath tool is part of SIMDJSON; presumably, this could be ported to simdjson-rs: https://github.com/lemire/simdjson/blob/master/tools/jsonpointer.cpp
Speaking of syncing, was interested in your thoughts, see #62
Yay! You found my not-so-subtle reason for adding coverage 😂
👍 , my 100% coverage club membership expired a couple years ago... 😂
getting there! the big things that jump out at me here are: * [ ] serde * [ ] stage2.rs Wondering if there's a way to get the macros out...
After a quick look -- not that I know of, based on this page, and the examples provided at guice-servlet: http://randomizedsort.blogspot.com/2011/05/using-guice-ified-jersey-in-embedded.html http://code.google.com/p/google-guice/wiki/ServletModule Most examples I've seen use DefaultServlet; I tend...
Rock on - I'll see what I can whip up for review :) On 7/6/12, Cody Krieger [email protected] wrote: > Pull requests are welcome. :) > > Sent from my...
@mvines looks like both programs use tick_height now instead of a client-provided timestamp. https://github.com/solana-labs/example-tictactoe/blob/master/program-native/src/lib.rs#L179 https://github.com/solana-labs/example-tictactoe/blob/master/program-bpf/src/tictactoe/tictactoe.c#L385 This appears to have changed in this commit: https://github.com/solana-labs/example-tictactoe/commit/ae874e9b3330bc58996bee9d457ed21fd5bf9fe0 The Solana Rust SDK looks like...
@mvines awesome, (0) is already implemented on the custom-testnet branch: https://github.com/solana-labs/example-tictactoe/commit/16052178d6a53ce6d80d12eabf7d0f6153425bed#diff-1e5251f0c8caa1a663183aa6b0bd36e3R221 I'll start a dev task to make the changes in (3) over the next few days (there are probably...