Dave Rigby
Dave Rigby
Under some environments __STDC_FORMAT_MACROS needs to be defined to define PRId64 and friends in C++. Fixes https://github.com/facebook/folly/issues/1435
### Discussed in https://github.com/simdjson/simdjson/discussions/1393 Originally posted by **daverigby** January 14, 2021 Hi all, As per subject, I'm wondering what's the most efficient way to use simdjson to simply check an...
When accessing a folly::SharedMutex instance from multiple DSOs and program and folly compiled with -fvisibility=hidden, a deadlock is seen when at least one thread is attempting to acquire a write...
It would be useful to include the addresses of the basic blocks in the cfg output - for large functions in particular it is hard to map code to the...
## Problem Construction of the Catalog object currently takes ~7.1s to complete. This is significant as both list_datasets() and load_dataset() require the construction of a Catalog object; so essentially _any_...
## Problem We have at least one dataset which has inconsistencies - `langchain-python-docs-text-embedding-ada-002` has an extra duplicated .parquet file which means the dataset ends up with 2x the number of...