<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Conditional Branch on tanaike - Google Apps Script, Gemini API, and Developer Tips</title>
    <link>https://tanaikech.github.io/tags/conditional-branch/</link>
    <description>Recent content in Conditional Branch on tanaike - Google Apps Script, Gemini API, and Developer Tips</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <copyright>&amp;copy; 2026. All rights reserved.</copyright>
    <lastBuildDate>Wed, 11 Jul 2018 13:36:25 +0900</lastBuildDate>
    <atom:link href="https://tanaikech.github.io/tags/conditional-branch/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Benchmark: Conditional Branch using Google Apps Script</title>
      <link>https://tanaikech.github.io/2018/07/11/benchmark-conditional-branch-using-google-apps-script/</link>
      <pubDate>Wed, 11 Jul 2018 13:36:25 +0900</pubDate>
      <guid>https://tanaikech.github.io/2018/07/11/benchmark-conditional-branch-using-google-apps-script/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/cef47530a58f2d8692cdb1a9d257907b&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a name=&#34;TOP&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;benchmark-conditional-branch-using-google-apps-script&#34;&gt;Benchmark: Conditional Branch using Google Apps Script&lt;/h1&gt;&#xA;&lt;center&gt;&#xD;&#xA;July 11, 2018&#xD;&#xA;&lt;p&gt;Kanshi Tanaike&lt;/p&gt;&#xA;&lt;/center&gt;&#xD;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;Please be careful! This result can be only used for Google Apps Script.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;There are a limit executing time for Google Apps Script (GAS). That is 6 minutes.&lt;a href=&#34;#References&#34;&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt; So users always have to pay attention to reducing the process cost of the scripts. Especially, it is very important to know the process cost for the array processing, because the array processing is often used for spreadsheet and Google APIs. Recently, I have already published some reports about the process cost using GAS.&lt;a href=&#34;#References&#34;&gt;&lt;sup&gt;2-6&lt;/sup&gt;&lt;/a&gt; From these reports, it has found that GAS shows much different process cost from other languages. So it is important to investigate the process cost for various scenes. In this report, the process cost of &amp;ldquo;conditional branch&amp;rdquo; using GAS has been investigated.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
