From 552133384c5adb3d21b27938fa2d80c00ed2f9a6 Mon Sep 17 00:00:00 2001 From: usuyuki <63891531+usuyuki@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:56:46 +0900 Subject: [PATCH] =?UTF-8?q?feat=20=E3=81=A8=E3=82=8A=E3=81=82=E3=81=88?= =?UTF-8?q?=E3=81=9Aresearch/=E4=BD=9C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 11 +++++++++++ index.md | 3 +++ research/benchmark/index.md | 33 +++++++++++++++++++++++++++++++++ research/index.md | 1 + research/publication/ipsj86.md | 1 + 5 files changed, 49 insertions(+) create mode 100644 research/benchmark/index.md create mode 100644 research/index.md create mode 100644 research/publication/ipsj86.md diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 10a5981..39689cd 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -99,6 +99,17 @@ export default defineConfig({ }, ], }, + { + text: "Research", + collapsed: true, + items: [ + { text: "Benchmark", link: "/research/benchmark/" }, + { + text: "ipsj", + link: "/research/publication/ipsj86", + }, + ], + }, ], socialLinks: [ diff --git a/index.md b/index.md index 27653b0..b12efab 100644 --- a/index.md +++ b/index.md @@ -16,6 +16,9 @@ hero: - theme: alt text: Maintainer Reference link: /reference/maintainer/ + - theme: brand + text: Benchmark + link: /research/benchmark/ features: - title: Write Varius Languages diff --git a/research/benchmark/index.md b/research/benchmark/index.md new file mode 100644 index 0000000..555abe8 --- /dev/null +++ b/research/benchmark/index.md @@ -0,0 +1,33 @@ +# Benchmark + +## 使用するマイコン + +## ベンチマークプログラム + +### インタプリタの速度測定? + +#### tak 竹内関数 + +モチベーション : 再帰にかかる負荷の測定 + +#### catalan カタラン数 + +https://chat.openai.com/c/feaf1a0b-7874-42dc-87d0-74124864c497 + +#### fac 階乗 + +#### fib フィボナッチ数列 + +#### gcd 最大公約数 + +#### primes 素数 + +#### tak 竹内関数 + +### WebAssembly外の呼び出しが生じる処理の速度測定 + +#### LCDへの文字出力速度? + +#### 1000ms間にLチカできた回数? + +## ベンチマーク結果 diff --git a/research/index.md b/research/index.md new file mode 100644 index 0000000..33e1c44 --- /dev/null +++ b/research/index.md @@ -0,0 +1 @@ +# Research diff --git a/research/publication/ipsj86.md b/research/publication/ipsj86.md new file mode 100644 index 0000000..ae9675e --- /dev/null +++ b/research/publication/ipsj86.md @@ -0,0 +1 @@ +# 情報処理学会第86回全国大会