Viewing profile — tudorb
tudorb
HN member- Joined
- Thu, Sep 10, 2009, 5:22 PM UTC
- HN karma
- 53
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About tudorb
No profile information was provided.
Recent public activity
-
comment
Comment #40751358
Giuseppe! Long time no see. Rockset’s architecture changed somewhat since we last talked— not in fundamental ways, but in ways that would alleviate your concerns. If you want to ta…
- story
- story
-
comment
Comment #18367403
I think the main difference between our flavor of SQL and CockroachDB's (or PostgreSQL's) is that we don't have a specific "json" data type, but rather: 1. We don't need you to spe…
-
comment
Comment #18367286
Then you really won't like it that we're moving in the opposite direction :) I personally like strong, static type systems. But a lot of real world data doesn't match static schema…
-
comment
Comment #18367242
That's on my TODO list, both in terms of performance and in terms of features / ease-of-use. (Another interesting thing to compare against is SQL++ ( https://ci.apache.org/projects…
-
comment
Comment #18367215
Yes. In our case, though, Rockset is not a transactional database, but a query engine on top of existing data, so we're not the right place to enforce constraints anyway.
-
comment
Comment #18367151
> But some languages have a stronger type system with, in addition, highly qualified types (e.g. constness, range, sign or any custom contract). Sure. Those are overly simplistic c…
-
comment
Comment #10824412
And operator"" _obfuscated1 has a serious bug, as it returns a temporary buffer allocated on the stack.
-
comment
Comment #8048950
For now, this requires LuaJIT 2.0+, Linux x86_64.
- story
-
comment
Comment #4081469
Now with discussion group: https://groups.google.com/d/forum/facebook-folly
-
comment
Comment #4064197
Not the main purpose, obviously, but if you find any bugs, I'll be more than happy to take a look.
-
comment
Comment #4061665
folly::small_vector does just that (and it lets you use one bit for a mutex, too! -- we have a lot of memory-constrained apps so we had to design data structures for them). We migh…
-
comment
Comment #4061650
I'm Tudor, one of the main folly authors. I wrote format, Arena / ThreadCachedArena, DiscriminatedPtr, GroupVarint, TimeoutQueue, and various other pieces (parts of String.h, Threa…