Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
1c5a657
unfinshed overhual of c's fwrite/fread etc
trcrsired Jun 12, 2025
35aa4f4
done
trcrsired Jun 12, 2025
418ccc0
self-reference for pyobject_file
trcrsired Jun 12, 2025
bb6e9e5
Merge remote-tracking branch 'parent/next' into next
trcrsired Jun 12, 2025
f1a7868
No exemption of ANY devices for this library for anti-tivo
trcrsired Jun 13, 2025
0d67eb2
[Qt] qiodevice uses new mechanism
trcrsired Jun 13, 2025
745a89c
qiodevice
trcrsired Jun 13, 2025
14f1975
initial_attempt for strbset
trcrsired Jun 16, 2025
c91541a
initial attempt for str_btreeset.h
trcrsired Jun 16, 2025
e31d5c5
btree
trcrsired Jun 16, 2025
6222c2e
btreeset
trcrsired Jun 16, 2025
bf8fca8
[btree_set] testing
trcrsired Jun 16, 2025
1407b2c
[str_btree_set] move the example to test
trcrsired Jun 16, 2025
71e41fe
set
trcrsired Jun 16, 2025
c34be7a
Merge remote-tracking branch 'parent/next' into next
trcrsired Jun 18, 2025
dd08783
[btree] root needs to change in the case when node->parent == nullptr
trcrsired Jun 24, 2025
1afe329
str
trcrsired Jun 24, 2025
3cab6b4
[btree] set nullptr for root?
trcrsired Jun 24, 2025
aef287a
Merge remote-tracking branch 'parent/next' into next
trcrsired Jun 25, 2025
1db24fe
Merge remote-tracking branch 'parent/next' into next
trcrsired Jun 28, 2025
90b1b94
str_btree_set
trcrsired Jun 29, 2025
f879629
Merge remote-tracking branch 'parent/next' into next
trcrsired Jul 1, 2025
e1c83bc
str_btree_set2.h
trcrsired Jul 1, 2025
313b6d4
put debugging information in it first
trcrsired Jul 6, 2025
771b5ab
[str_btree_set] implement more logic for btree
trcrsired Jul 8, 2025
15f909e
[btreeset] more logic for fix up
trcrsired Jul 8, 2025
f8287ed
[BTree] Fix & missing in str_btree_set.h
trcrsired Jul 9, 2025
ad7653f
btree
trcrsired Jul 9, 2025
e76e82e
[str_btree_set] Fix str_btree_set.h
trcrsired Jul 9, 2025
0b77c15
[str_btree_set] Some changes to fuzz the code
trcrsired Jul 9, 2025
1fe6f44
[btree] Fix btree
trcrsired Jul 9, 2025
1329622
[btree] add fuzzing to debug the code
trcrsired Jul 9, 2025
89a8d5f
rd
trcrsired Jul 11, 2025
b05a40b
fix bug in str_bree_set
trcrsired Jul 11, 2025
7263363
fix branch in str_btree_set.h
trcrsired Jul 11, 2025
ea31a40
fix str_btree_set
trcrsired Jul 11, 2025
274ae08
update test
trcrsired Jul 11, 2025
2eeda2f
clang-format for str_btree_set_reverse.cc
trcrsired Jul 11, 2025
9cba140
str_btree_set
trcrsired Jul 11, 2025
c389fda
add a test for str_btree_set_input
trcrsired Jul 11, 2025
d07206f
[btree] fix one more bug here
trcrsired Jul 12, 2025
47fadd9
[str_btree_set] add fast_io_dsal/str_btree_set.h
trcrsired Jul 12, 2025
a0ac2a1
[str_btree_set] fix str_btree_set.h
trcrsired Jul 12, 2025
d73eb78
[str_btree_set] add a benchmark for str_btree_set
trcrsired Jul 12, 2025
f9f88c2
[str_btree_set] add contains
trcrsired Jul 12, 2025
3a4ccc6
[str_btree_set] add ::std::unordered_set bench
trcrsired Jul 12, 2025
c249561
[str_btree_set] fix up str btree set
trcrsired Jul 12, 2025
7c381aa
[str_tree_set] btree should only allow even numbers of key
trcrsired Jul 12, 2025
e37dc7b
[str_btree_set] add some benchmarks
trcrsired Jul 12, 2025
50c1669
[str_btree_set] fix main.rs in rustbtree bench
trcrsired Jul 12, 2025
59e7dcd
[str_btree_set] fix main.rs
trcrsired Jul 13, 2025
77ea259
[str_btree_set] rust is a bs lang
trcrsired Jul 13, 2025
37c2efc
[str_btree_set] use two string types
trcrsired Jul 13, 2025
14f148b
disable benchmark for str_btree_set
trcrsired Jul 13, 2025
c287d9d
[str_btree_set] Fix the test CI
trcrsired Jul 13, 2025
3c77f6b
[str_tree_set] add iterator implementation for str_btree_set
trcrsired Jul 13, 2025
a3ef4f9
[str_btree_set] str_btree_set add leftmost and rightmost
trcrsired Jul 13, 2025
3429902
[str_tree_set] implement str_btree iterator
trcrsired Jul 14, 2025
78aaf15
[str_btree_set] add benchmarks for iteration
trcrsired Jul 14, 2025
93101a2
[str_btree_set] remove nullptr check for -- iterator
trcrsired Jul 14, 2025
cac1b39
[str_btree_set] fix operator-- for iterator
trcrsired Jul 14, 2025
9bdb2bb
[str_btree_set] add iteration bench for abseil
trcrsired Jul 14, 2025
f638c41
[btree] add the bench to rust code
trcrsired Jul 14, 2025
6e9aff9
[btree] add iteration bench for abseil_btree_set_fast_io
trcrsired Jul 14, 2025
f9905d1
[str_btree_set] add find method
trcrsired Jul 14, 2025
29e2bfa
[str_btree_set] implement find()
trcrsired Jul 14, 2025
b6d5beb
[str_btree_set] put a placeholder for erase
trcrsired Jul 14, 2025
bdb2cd4
[str_btree_set] fix around str_btree_set
Jul 18, 2025
72115c7
[str_btree_set] merge code
trcrsired Jul 26, 2025
e0f682f
Merge remote-tracking branch 'refs/remotes/origin/next' into next
trcrsired Jul 26, 2025
a5fd098
Merge remote-tracking branch 'parent/next' into next
trcrsired Aug 3, 2025
bc6f5a0
Add sock_protocol QUIC
trcrsired Aug 3, 2025
0fb8804
Merge remote-tracking branch 'parent/next' into next
trcrsired Aug 5, 2025
a1882bb
Merge remote-tracking branch 'parent/next' into next
trcrsired Aug 5, 2025
951067d
add some content to str_btree_set
trcrsired Aug 6, 2025
93469bc
btree
trcrsired Aug 12, 2025
ebe94cc
add a simple wifianalyzer
trcrsired Aug 14, 2025
c853a84
add scanning logic
trcrsired Aug 14, 2025
c1d0fc0
add logic to print out even after scanning timeout
trcrsired Aug 14, 2025
385e9b5
wifi quality
trcrsired Aug 14, 2025
e227c1c
win32
trcrsired Aug 14, 2025
e5e77f9
add covers
trcrsired Aug 14, 2025
2b31a38
remove ln
trcrsired Aug 14, 2025
871ce42
Merge remote-tracking branch 'parent/next' into next
trcrsired Aug 17, 2025
049cb6b
pin12
trcrsired Sep 13, 2025
67fc49d
Fix warnings for char32_t casting
trcrsired Sep 23, 2025
e84e9ff
correctly ignore wifianalyzer example
trcrsired Sep 23, 2025
d5ed92b
remove unused variable
trcrsired Sep 23, 2025
edeeefd
Use reverse_iterator instead of reverse_view since CI does not suppor…
trcrsired Sep 23, 2025
7541ee0
Fix str_btree_set.cc
trcrsired Sep 23, 2025
8fd92d0
Merge remote-tracking branch 'parent/next' into next
trcrsired Sep 23, 2025
e77453e
fix ifdef issue for printf
trcrsired Sep 23, 2025
9dd1d48
Merge remote-tracking branch 'parent/next' into next
trcrsired Nov 16, 2025
50430f9
using a universal type convert for fixing the is_dos_file_invalid_cha…
trcrsired Nov 16, 2025
36045bb
Merge remote-tracking branch 'parent/next' into next
trcrsired Nov 27, 2025
7d3e516
Merge remote-tracking branch 'parent/next' into next
trcrsired Nov 30, 2025
fe2c040
Change the example's min len for password ans specialpassword to 12 t…
trcrsired Nov 30, 2025
bbdf941
Merge remote-tracking branch 'parent/next' into next
trcrsired Dec 10, 2025
71436ea
implement full str_btree_set's erase
trcrsired Dec 10, 2025
47617c2
add str_btree_erase fuzzer
trcrsired Dec 10, 2025
a6addff
add the erase that covers entire function
trcrsired Dec 13, 2025
5ff3d2e
use chatgpt to rewrite the code
trcrsired Dec 13, 2025
9ac62f4
clang-format to str_btree_set.h
trcrsired Dec 13, 2025
60ca462
extract fix_child_links in str_btree_set
trcrsired Dec 13, 2025
58aef1f
call function needs to use full name
trcrsired Dec 13, 2025
b317be1
Add docs
trcrsired Dec 14, 2025
3683aae
html missing for PWA since it was ignored
trcrsired Dec 14, 2025
cbb6627
Deal with issues for path on github pages
trcrsired Dec 14, 2025
a7bd83e
Merge remote-tracking branch 'parent/next' into next
trcrsired Dec 14, 2025
75818d6
fix up examples.html which has unmerged commit
trcrsired Dec 14, 2025
7344b2f
the video should align the width of the app itself
trcrsired Dec 14, 2025
73f5a5f
Merge remote-tracking branch 'parent/next' into next
trcrsired Dec 14, 2025
90b677a
merging failing html
trcrsired Dec 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions docs/docs/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Examples - fast_io Documentation</title>
<<<<<<< HEAD
<link rel="stylesheet" href="../style.css">
<link rel="manifest" href="../manifest.json">
=======
<link rel="stylesheet" href="/style.css">
<link rel="manifest" href="/manifest.json">
>>>>>>> parent/next
</head>
<body>
<main>
Expand Down Expand Up @@ -41,13 +36,8 @@ <h2>More Examples Coming Soon</h2>
</section>

<div class="page-navigation">
<<<<<<< HEAD
<a href="intro.html" class="prev-button">← Previous: Introduction</a>
<a href="api.html" class="next-button">Next: API Reference →</a>
=======
<a href="/docs/intro.html" class="prev-button">← Previous: Introduction</a>
<a href="/docs/api.html" class="next-button">Next: API Reference →</a>
>>>>>>> parent/next
</div>
</main>

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ <h2>Video Introduction</h2>
Here’s a talk that further illustrates the ideas behind <strong>fast_io</strong>:
</p>
<div class="video-container">
<iframe width="560" height="315"
<iframe
src="https://www.youtube.com/embed/CefgZlXeMUg"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</iframe>
</div>
</section>
<!-- Add this after the last section -->
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>fast_io - fast_io documentations</title>
<title>fast_io - fast_io documentations (Under Construction)</title>
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="style.css">
</head>
Expand Down
16 changes: 16 additions & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,19 @@ nav a {
.next-button:hover {
background-color: #004c99;
}

.video-container {
position: relative;
width: 100%; /* take full width of text content area */
padding-bottom: 56.25%; /* 16:9 aspect ratio (height = 9/16 of width) */
height: 0;
overflow: hidden;
}

.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%; /* scale to container width */
height: 100%; /* scale height accordingly */
}