Skip to content

Instantly share code, notes, and snippets.

{
"format-version" : 2,
"table-uuid" : "b1bc4780-9a61-4815-9fbc-eba6aa9b5006",
"location" : "s3://dev-dean-de-leo-us-west-2/iceberg/DEANDELEO/PUBLIC/DEAN_TEST2.9KFZoZhv/",
"last-sequence-number" : 3,
"last-updated-ms" : 1753221316370,
"last-column-id" : 1,
"current-schema-id" : 0,
"schemas" : [ {
"type" : "struct",
[deps]
Infiltrator = "5903a43b-9cc3-4c30-8d17-598619ec4e9b"
OhMyREPL = "5fb14364-9ced-5910-84b2-373655c76a03"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
# This file is machine-generated - editing it directly is not advised
julia_version = "1.9.2"
manifest_format = "2.0"
project_hash = "efbb7d7fe049cc7038cf43d5cba8f51c5c7ab9ba"
[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
version = "1.1.1"
clang++ -std=c++17 -I<PATH_GRAPHONE>/gview -I<PATH_GRAPHONE>/include -I<PATH_GRAPHONE>/onedata -I<PATH_GRAPHONE>/src -O0 -g3 -fno-limit-debug-info -Wall <PATH_GRAPHONE_BUILD>/src/libsrc64.a <PATH_GRAPHONE_BUILD>/onedata/libonedata64.a -lpthread -ltbb repro.cpp -o repro.out
@whatsthecraic
whatsthecraic / Input
Created April 16, 2020 14:36
microseconds
Dataset[ {
<| "A" -> "a1", "B" -> "b1",
"C" -> { <| "event1" -> 1234, "microseconds" -> 102 |>, <|
"event1" -> 4982, "microseconds" -> 3207 |>},
"D" -> { <| "exp" -> 1, "microseconds" -> 103 |>, <| "exp" -> 2,
"microseconds" -> 3208 |>} |>,
<| "A" -> "a2", "B" -> "b2",
"C" -> { <| "event1" -> 1234, "microseconds" -> 456 |>, <|
"event1" -> 4982, "microseconds" -> 7819 |>},
#include <cassert>
#include <future>
#include <iostream>
#include <omp.h>
#include <random>
#include <thread>
#include <syscall.h>
#include <unistd.h>
#include <vector>
#include <cassert>
#include <future>
#include <iostream>
#include <omp.h>
#include <random>
#include <thread>
#include <syscall.h>
#include <unistd.h>
#include <vector>
This file has been truncated, but you can view the full file.
Random seed: 1631576223
Inserting 33 vertices ...
Generating the stream of edges ...
Updating 90 with 1 ...
[Thread #22304] ZzZ ...
[Thread #22628] INSERT 1 -> 20 [18 -> 1, weight = 237323]
[Thread #22628] INSERT 13 -> 26 [19 -> 0, weight = 638694]
[Thread #22628] INSERT 1 -> 17 [18 -> 29, weight = 413068]
[Thread #22628] INSERT 1 -> 26 [18 -> 0, weight = 644462]
[Thread #22628] INSERT 1 -> 33 [18 -> 9, weight = 284640]
#include <iostream>
#include <omp.h>
#include <thread>
#include <vector>
// GraphOne includes
#include "graph.h"
#include "graph_view.h"
#include "sgraph.h"
#include "stringkv.h"
#include <iostream>
#include <omp.h>
#include <thread>
#include <vector>
// GraphOne includes
#include "graph.h"
#include "graph_view.h"
#include "sgraph.h"
#include "stringkv.h"