並び順

ブックマーク数

期間指定

  • から
  • まで

361 - 400 件 / 696件

新着順 人気順

Performanceの検索結果361 - 400 件 / 696件

  • GitHub - revolist/revogrid: Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋

    Millions of cells viewport with a powerful core in-build by default; Keyboard support with excel like focus; Super light initial starter . Can be imported with polifill or as module for modern browsers; Intelligent Virtual DOM and smart rgRow recombination in order to achieve less redraws; Sorting (multiple options, can be customized per column and advanced with events); Filtering Predefined syste

      GitHub - revolist/revogrid: Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
    • Assessing MySQL Performance Amongst AWS Options - Part Two

      See part one of this series here. This post is part two of my series “Assessing MySQL Performance Amongst AWS Options”, taking a look at how current Amazon RDS services – Amazon Aurora and Amazon RDS for MySQL – compare with Percona Server with InnoDB and RocksDB engines on EC2 instances. This time around, I am reviewing the total cost of one test run for each database as well as seeing which data

        Assessing MySQL Performance Amongst AWS Options - Part Two
      • Busting Android performance myths

        Over the years, several myths have emerged about performance on Android. While some myths can be entertaining or amusing, being sent in the wrong direction when looking to create performant Android apps is no fun. In this blog post, in the spirit of MythBusters, we’re going to test these myths. For our myth-busting, we use real-world examples and tools that you can use. We focus on dominant use pa

          Busting Android performance myths
        • gRPC performance improvements in .NET 5 - .NET Blog

          gRPC is a modern open source remote procedure call framework. There are many exciting features in gRPC: real-time streaming, end-to-end code generation, and great cross-platform support to name a few. The most exciting to me, and consistently mentioned by developers who are interested in gRPC, is performance. Last year Microsoft contributed a new implementation of gRPC for .NET to the CNCF. Built

            gRPC performance improvements in .NET 5 - .NET Blog
          • Star Schema vs. OBT for Data Warehouse Performance | Blog | Fivetran

            Which data warehouse schema offers better performance? Let’s find out. ContentsStar schema vs. OBT: An analysis of which is better for your data warehouse‍ The results: Denormalized tables result in faster query response‍ Analysis details‍ Other considerations Data warehouse modeling is a crucial but overlooked part of the development of a data warehouse. Data warehouse modeling is the process of

              Star Schema vs. OBT for Data Warehouse Performance | Blog | Fivetran
            • Kinvolk: Inside Kinvolk Labs: Investigating Kubernetes performance issues with BPF

              Inside Kinvolk Labs: Investigating Kubernetes performance issues with BPF By Alban Crequy · April 24, 2020 One of the things we do in the Kinvolk Labs team is provide expert technical consulting for customers who are experiencing issues with their Kubernetes or Linux environments — from security audits to networking troubles to troubleshooting puzzling performance problems. A few weeks back, video

                Kinvolk: Inside Kinvolk Labs: Investigating Kubernetes performance issues with BPF
              • How to Improve CSS Performance - Calibre

                Combined with the complexity of modern websites and the way browsers process CSS, even a moderate amount of CSS can become a bottleneck for people who deal with constrained devices, network latency, bandwidth, or data limits. Because performance is a vital part of the user experience, it’s essential to make sure you deliver a consistent, high-quality experience across devices of all shapes and siz

                  How to Improve CSS Performance - Calibre
                • LISA2019 Linux Systems Performance

                  Recent posts: 24 Mar 2024 » Linux Crisis Tools 17 Mar 2024 » The Return of the Frame Pointers 10 Mar 2024 » eBPF Documentary 28 Apr 2023 » eBPF Observability Tools Are Not Security Tools 01 Mar 2023 » USENIX SREcon APAC 2022: Computing Performance: What's on the Horizon 17 Feb 2023 » USENIX SREcon APAC 2023: CFP 02 May 2022 » Brendan@Intel.com 15 Apr 2022 » Netflix End of Series 1 09 Apr 2022 » Te

                  • GitHub - hschne/rails-mini-profiler: Performance profiling for Rails, made simple 🦔

                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                      GitHub - hschne/rails-mini-profiler: Performance profiling for Rails, made simple 🦔
                    • Flutter Performance Optimization Techniques - Aglowid IT Solutions

                      Quick Summary: Flutter Performance Optimization is critical for every application, influenced by several factors. In most cases, the Flutter application’s performance is sufficient, and you won’t need to optimize it unless you run into a problem. However, many people have concerns and queries about improving the performance of a Flutter application. Flutter, as previously stated, already performs

                        Flutter Performance Optimization Techniques - Aglowid IT Solutions
                      • GitHub - immich-app/immich: High performance self-hosted photo and video management solution.

                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                          GitHub - immich-app/immich: High performance self-hosted photo and video management solution.
                        • GitHub - agroal/pgagroal: High-performance connection pool for PostgreSQL

                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                            GitHub - agroal/pgagroal: High-performance connection pool for PostgreSQL
                          • Performance Optimization in React Context

                            A lot of people use React context as some kinds of build-in redux. Jack is one of them. Jack combined all global state to get a big object to get a ‘single source of data’ and put it into a provider. Then he went to a child component, call useContext and pick properties from the context. Everything seems worked fine until one day he found the app is too slow to use. A Bad Example Consider the foll

                            • Measuring Git performance with OpenTelemetry

                              EngineeringMeasuring Git performance with OpenTelemetryUse our new open source Trace2 receiver component and OpenTelemetry to capture and visualize telemetry from your Git commands. When I think about large codebases, the repositories for Microsoft Windows and Office are top of mind. When Microsoft began migrating these codebases to Git in 2017, they contained 3.5M files and a full clone was more

                                Measuring Git performance with OpenTelemetry
                              • excite_techcon2023__RDS_performance_insightと実行計画 との付き合い方__DBとINDEXを学ぼう

                                プロダクト開発における ソフトウェアサプライチェーンセキュリティ: 実践的フレームワークとその活用 / Software Supply Chain Security in Product Development: Practical Framework and their applications

                                  excite_techcon2023__RDS_performance_insightと実行計画 との付き合い方__DBとINDEXを学ぼう
                                • The Hidden Performance Cost of NodeJS and GraphQL

                                  NodeJS and GraphQL are popular technologies for building web applications, but in my experience, they come with certain scaling and performance tradeoffs to be aware of. tl;dr: GraphQL's modular structure generally leads to code that instantiates excessive promises, which degrades request performance. Benchmarks show a 2-3x latency increase. Thanks for reading Software at Scale! Subscribe for free

                                    The Hidden Performance Cost of NodeJS and GraphQL
                                  • GitHub - grafana/pyroscope: Continuous Profiling Platform. Debug performance issues down to a single line of code

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - grafana/pyroscope: Continuous Profiling Platform. Debug performance issues down to a single line of code
                                    • Fixing Performance Regressions Before they Happen

                                      Netflix is used by 222 million members and runs on over 1700 device types ranging from state-of-the-art smart TVs to low-cost mobile devices. At Netflix we’re proud of our reliability and we want to keep it that way. To that end, it’s important that we prevent significant performance regressions from reaching the production app. Sluggish scrolling or late rendering is frustrating and triggers acci

                                        Fixing Performance Regressions Before they Happen
                                      • SiFive Performance P550 Core Sets New Standard as Highest Performance RISC-V Processor IP

                                        June 22, 2021 SiFive Performance P550 Core Sets New Standard as Highest Performance RISC-V Processor IP New SiFive Performance Family of application processors offers best in class performance, area, and efficiency for a wide variety of markets SAN MATEO, Calif., June 22, 2021 – SiFive, Inc., the industry leader in RISC-V processors and silicon solutions, today launched the new SiFive Performance

                                          SiFive Performance P550 Core Sets New Standard as Highest Performance RISC-V Processor IP
                                        • Four AI Agent Strategies That Improve GPT-4 and GPT-3.5 Performance

                                          Agentic Design Patterns Part 1 Four AI agent strategies that improve GPT-4 and GPT-3.5 performance Dear friends, I think AI agent workflows will drive massive AI progress this year — perhaps even more than the next generation of foundation models. This is an important trend, and I urge everyone who works in AI to pay attention to it. Today, we mostly use LLMs in zero-shot mode, prompting a model t

                                            Four AI Agent Strategies That Improve GPT-4 and GPT-3.5 Performance
                                          • Performance best practices for using Azure Database for PostgreSQL – Connection Pooling | Azure Blog | Microsoft Azure

                                            Explore Azure Get to know Azure Discover secure, future-ready cloud solutions—on-premises, hybrid, multicloud, or at the edge Global infrastructure Learn about sustainable, trusted cloud infrastructure with more regions than any other provider Cloud economics Build your business case for the cloud with key financial and technical guidance from Azure Customer enablement Plan a clear path forward fo

                                              Performance best practices for using Azure Database for PostgreSQL – Connection Pooling | Azure Blog | Microsoft Azure
                                            • RuboCop Performance 1.10 をリリースした - koicの日記

                                              RuboCop Performance 1.10 をリリースした。 JST で 3月1日に 1.10.0 をリリースして、3月2日に 1.10.1 をバグフィックスリリースした。以下、2つの新 Cop が目玉です。 Performance/RedundantSplitRegexpArgument cop 機能リクエストがあがっていた Cop をコントリビュータが実装してくれました。split メソッドの引数について正規表現ではなく文字列で十分というケースを検出する Cop です。 # bad 'a,b,c'.split(/,/) # good 'a,b,c'.split(',') 1.10.0 の時点だと 'oneSplittwo'.split(/split/i) といった ignore case オプションも警告する偽陽性があったため、1.10.1 で修正リリースしています。 Perfo

                                                RuboCop Performance 1.10 をリリースした - koicの日記
                                              • CAFE LIVE at cafe&bar dizzle performance by flowerhaze - 永遠のなかの庭園

                                                ※画像24枚※ 去年9月、無事に開催された「はいさいFESTA」が、デルタ株の蔓延した今年は中止になり。 緊急事態宣言が延長される中、このカフェライブの開催も危ぶまれましたが。 吉祥寺駅から徒歩圏内 久々の吉祥寺、台風が来ていなければ井の頭公園にも寄りたかったところですが。 (今回も美織ちゃんは台風女) 美織ちゃんが描いた作品 記念写真を撮る時に、これを真ん中にすればディスタンスが確保できるというアイデアです。 開演1時間前から入場可 ライブ前に食事を終えればより安全との気遣いが。 今回はポストカードを貰いました。 本番前の精神統一 マスク姿なのに、素顔に思えるひととき。 スモーキングエリア 開演前は普通に喫煙所でしたが、ライブ中は開放してずっと換気されていました。 歌の世界へ 田中秀樹さんと金城美織さん 〜セットリスト〜 tomorrow beautiful day ナイトサイト 泥だら

                                                  CAFE LIVE at cafe&bar dizzle performance by flowerhaze - 永遠のなかの庭園
                                                • "国家のWell-Being"を目指すスコットランドの《National Performance Framework》を読み解く【NGG Research #1】|黒鳥社|blkswn publishers Inc.

                                                  "国家のWell-Being"を目指すスコットランドの《National Performance Framework》を読み解く【NGG Research #1】 昨年12月に黒鳥社から刊行された、これからの行政府を考えるための手引書『NEXT GENERATION GOVERNMENT 次世代ガバメント 小さくて大きい政府のつくり方』。刊行以後も世界の「次なる行政」に向けた動きは日々更新され、COVID-19のパンデミックによって私たちの生活の前提が揺らぎ迅速な変化を求められるいま、なおさらスピードを増している。黒鳥社noteの新シリーズ「NGG Research」では、『次世代ガバメント』で共有した前提の上に現在進行形で積み上げられている世界の行政府、そして関連機関の動きを紹介する。 第1回は、スコットランドが策定する〈National Performance Framework〉につ

                                                    "国家のWell-Being"を目指すスコットランドの《National Performance Framework》を読み解く【NGG Research #1】|黒鳥社|blkswn publishers Inc.
                                                  • #RubyKaigi 2024 LTで「Improved REXML XML parsing performance using StringScanner 」というタイトルで発表しました。 - @naitohの日記

                                                    RubyKaigi 2024 LT で 6年振り にLT発表させて頂きました。 今回の内容は、おおよそ naitoh.hatenablog.com を5分に縮めた内容になります。 具体的には、下記になります。 自分が作成している RBPDF gem で SVG 画像(XMLで記述されています。)を処理したいので、XML処理ライブラリの中でインストールの容易な REXML を使いたい。 REXML は C拡張の gem の libxml-ruby と比較して dom で65倍、sax でも 21倍遅いので、速くしたい。 Ruby 3.3 で YJIT を有効にするだけで dom で65倍→44倍、sax で 21倍→14倍の性能差まで改善されるが、まだ遅いのでさらに改善したい。 RubyKaigi 2019 の Better CSV processing with Ruby 2.6 で、St

                                                      #RubyKaigi 2024 LTで「Improved REXML XML parsing performance using StringScanner 」というタイトルで発表しました。 - @naitohの日記
                                                    • Coldplay: Everyday Life Live in Jordan - Sunset Performance

                                                      On November 22, 2019, Coldplay premiered their new album, Everyday Life, live at the Amman Citadel, Jordan. The first half was performed at sunrise, the second at sunset. It was the first and only time the album was performed in full, broadcast live around the world. (hear the album at https://everydaylife.coldplay.com/) Watch the entire Amman broadcast at https://youtu.be/tO7CCP7liwI Subscrib

                                                        Coldplay: Everyday Life Live in Jordan - Sunset Performance
                                                      • Announcing .NET Community Toolkit 8.0! MVVM, Diagnostics, Performance, and more! - .NET Blog

                                                        Announcing .NET Community Toolkit 8.0! MVVM, Diagnostics, Performance, and more! We’re happy to announce the official launch of the new .NET Community Toolkit, which is now live on NuGet with version 8.0.0! This is a major release including a ton of new features, improvements, optimizations, bug fixes and many refactorings to also reflect the new project structure and organization, which this blog

                                                          Announcing .NET Community Toolkit 8.0! MVVM, Diagnostics, Performance, and more! - .NET Blog
                                                        • BigQuery ETL: 11 Best Practices For High Performance | Hevo

                                                          Google BigQuery – a fully managed Cloud Data Warehouse for analytics from Google Cloud Platform (GCP), is one of the most popular Cloud-based analytics solutions. Due to its unique architecture and seamless integration with other services from GCP, there are certain best practices to be considered while configuring Google BigQuery ETL (Extract, Transform, Load) & migrating data to BigQuery. This a

                                                            BigQuery ETL: 11 Best Practices For High Performance | Hevo
                                                          • Cache your CORS, for performance & profit

                                                            CORS is a necessity for many APIs, but basic configurations can create a huge number of extra requests, slowing down every browser API client, and sending unnecessary traffic to your backend. This can be a problem with a traditional API, but becomes a much larger issue with serverless platforms, where your billing is often directly tied to the number of requests received, so this can easily double

                                                              Cache your CORS, for performance & profit
                                                            • Improving performance of PHP for Arm64 and impact on AWS Graviton2 based EC2 instances | Amazon Web Services

                                                              AWS Compute Blog Improving performance of PHP for Arm64 and impact on AWS Graviton2 based EC2 instances This post is contributed by Sebastian Pop, Senior Software Engineer, Amazon Web Services. AWS recently launched the Amazon EC2 M6g, C6g, and R6g instances powered by the AWS Graviton2 processors. Compared to similar-sized M5 instances, Graviton2 based instances provide up to 40% better price per

                                                                Improving performance of PHP for Arm64 and impact on AWS Graviton2 based EC2 instances | Amazon Web Services
                                                              • How a pool of web workers helped to solve the UI performance issue?

                                                                JavaScript is a single-threaded language, to perform large computation & operations, the preference will be multi-threading. We can achieve multi-threading in JavaScript with the help of HTML Web Workers API. A web worker is a JavaScript that runs in the background, independently of other scripts. To know more about web workers please read here How did it start?Back in 2015, I was working on a pro

                                                                  How a pool of web workers helped to solve the UI performance issue?
                                                                • Performance in progress – Mozilla Performance

                                                                  In the last six months the Firefox performance team has implemented changes to improve startup, responsiveness, security (Fission), and web standards. Startup and perceived startup Doug Thayer and Emma Malysz implemented work to improve the perceived startup of Firefox on Windows using a concept called the skeleton UI. Users on Windows may click the Firefox icon and not get visual feedback in the

                                                                  • Performance best practices with gRPC

                                                                    By James Newton-King gRPC is designed for high-performance services. This document explains how to get the best performance possible from gRPC. Reuse gRPC channels A gRPC channel should be reused when making gRPC calls. Reusing a channel allows calls to be multiplexed through an existing HTTP/2 connection. If a new channel is created for each gRPC call then the amount of time it takes to complete

                                                                      Performance best practices with gRPC
                                                                    • Amazon EC2 instance-level network performance metrics uncover new insights | Amazon Web Services

                                                                      Networking & Content Delivery Amazon EC2 instance-level network performance metrics uncover new insights Introduction Amazon EC2 provides instance-level metrics that measure CPU, disk, and network performance. These metrics include bytes and packets in/out and collected by default and can be viewed in Amazon CloudWatch. Amazon EC2 has recently announced additional high-resolution instance level ne

                                                                        Amazon EC2 instance-level network performance metrics uncover new insights | Amazon Web Services
                                                                      • Amazon RDS Performance Insights は、PostgreSQL 互換の Amazon Aurora、Amazon RDS for PostgreSQL、Amazon RDS for MySQL、および Amazon RDS for MariaDB でのクエリプランキャプチャをサポート

                                                                        Amazon RDS Performance Insights は、PostgreSQL 互換の Amazon Aurora、Amazon RDS for PostgreSQL、Amazon RDS for MySQL、および Amazon RDS for MariaDB でのクエリプランの収集と追跡をサポートしています。これにより、クエリプランの変更が、長時間実行されているクエリまたはスタッククエリの原因であるかどうかを簡単に識別できます。 クエリプランは、リレーショナルデータベース管理システム (DBMS) のデータにアクセスするために使用する一連の手順です。DBMS クエリオプティマイザーは、さまざまな方法を選択して特定のクエリを実行しており、そのパフォーマンスはまちまちです。クエリオプティマイザーは不完全であるため、データベースのユーザーと管理者は、パフォーマンスを向上させるために

                                                                          Amazon RDS Performance Insights は、PostgreSQL 互換の Amazon Aurora、Amazon RDS for PostgreSQL、Amazon RDS for MySQL、および Amazon RDS for MariaDB でのクエリプランキャプチャをサポート
                                                                        • Test your home network performance

                                                                          With many people being forced to work from home, there’s increased load on consumer ISPs. You may be asking yourself: how well is my ISP performing with even more traffic? Today we’re announcing the general availability of speed.cloudflare.com, a way to gain meaningful insights into exactly how well your network is performing. We’ve seen a massive shift from users accessing the Internet from busy

                                                                            Test your home network performance
                                                                          • Deno 1.5 Sees 3x Bundling Performance Improvement Due to Rust-Based JavaScript/TypeScript Compiler

                                                                            How to Use Multiple GitHub Accounts Git is a popular tool for version control in software development. It is not uncommon to use multiple Git accounts. Correctly configuring and switching Git accounts is challenging. In this article, we show what Git provides for account configuration, its limitations, and the solution to switch accounts automatically based on a project parent directory location.

                                                                              Deno 1.5 Sees 3x Bundling Performance Improvement Due to Rust-Based JavaScript/TypeScript Compiler
                                                                            • The New Generation of Performance Metrics for Better User Experience - Calibre

                                                                              The New Generation of Performance Metrics for Better User Experience Traditional performance metrics like load time or DOMContentLoaded focus on details that are easy to measure, but these milestones don’t translate well to what the users care about. If you optimize only for fast loading time, you can quickly end up with sites that still have a poor user experience. A site can have fast total load

                                                                                The New Generation of Performance Metrics for Better User Experience - Calibre
                                                                              • High Performance Object Storage, Kubernetes + The End of the Appliance

                                                                                Try the Erasure Code Calculator to configure your usable capacity Try Now

                                                                                  High Performance Object Storage, Kubernetes + The End of the Appliance
                                                                                • Sensei: The Ultimate Mac Cleaner for macOS. Speed up your Mac Performance.

                                                                                  Sensei Monitor is a brand new way to monitor your Mac performance. Featuring a state-of-the-art realtime statistics engine, stunning modern design and amazing customisation, it has never been easier to monitor every aspect of your Mac. Monitor every aspect of your Mac. Sensei Monitor is the culmination of over a decade of Mac systems research. Featuring a broad range of metrics ranging from softwa

                                                                                    Sensei: The Ultimate Mac Cleaner for macOS. Speed up your Mac Performance.