就某种算法而言:

performance 性能,可能是某算法的预测(分类)精度、耗时等指标。

scalability 可伸缩性,即规模可调整。 应用程序应对负载改变的能力,比如,一个系统在服务器于100个users和10000个users时的性能差别,如果这种差别在可以接收范围内,就说明这种系统可伸缩性强。或者系统的性能随硬件条件的增加而同步增加,基本成比例增长。如一个服务器的响应时间是100ms,四个是25ms,当然这是理想情况。它有horizontal 和vertical之分,如cluster。

衡量某算法的scalability的时候,应该是指算法应对数据样本剧增时的稳定性吧。

  • Scalability
    In some large-scale systems, it is hard to predict the number and behavior of end users. Scalability refers to a system’s ability to support fast increasing numbers of users. The intuitive way to scale up the number of concurrent sessions handled by a server is to add resources (memory, CPU or hard disk) to it. Clustering is an alternative way to resolve the scalability issue. It allows a group of servers to share the heavy tasks, and operate as a single server logically.
  • from:http://hi.baidu.com/wmyqzq/blog/item/f62e398bf507201fc8fc7a00.html

performance and scalability相关推荐

  1. 【译文】10 ASP.NET Performance and Scalability Secrets

    Introduction介绍 ASPNET 2.0 有很多的秘密,当探究了之后,能够给你带来很大的性能级可测两性的提升.例如,Membership和Profile provider 有一些秘密的瓶颈, ...

  2. Use Data Caching Techniques to Boost Performance and Ensure Synchronization(转)

    原文地址 Level of Difficulty 1 2 3 SUMMARY Performance is an important concern for any application, but ...

  3. High performance server architecture(高性能服务器架构)

    from: http://pl.atyp.us/content/tech/servers.html http://www.cppblog.com/isware/archive/2011/07/19/1 ...

  4. 低代码技术与市场(Mendix与 OutSystems)

    低代码技术与市场(Mendix与 OutSystems) 本文主要参考文章 参考链接 https://mp.weixin.qq.com/s/OXCBORheAx99o3fS-ZfUdg https:/ ...

  5. [转] Leaving patterns practices

    [J.D. Meier's Blog]"Life is like skiing.  Just like skiing, the goal is not to get to the botto ...

  6. 堆和栈的区别 (转贴)

    非本人作也!因非常经典,所以收归旗下,与众人阅之!原作者不祥! 堆和栈的区别 一.预备知识-程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1.栈区(stack)- 由编译器自动 ...

  7. Seven Microservices Anti-patterns

    What it Was, Was Microservices Buzzwords often give context to concepts that evolved and needed a go ...

  8. 搜索引擎学习资源收集

    spider是搜索引擎的必须模块.spider数据的结果直接影响到搜索引擎的评价指标. 第一个spider程序由MIT的Matthew K Gray操刀该程序的目的是为了统计互联网中主机的数目 Spi ...

  9. 【转】Extending Lync Server routing with MSPL

    [原文地址:http://blog.greenl.ee/2011/07/08/extending-lync-server-routing-with-mspl-part-1/] Recently I'v ...

最新文章

  1. boost::mp11::tuple_transform相关用法的测试程序
  2. SAP BPC最佳实践-BPC系统备份及恢复
  3. 转贴一篇不错的Python入门教程 - Instant Hacking[译文]
  4. CAsyncSocket使用总结
  5. BZOJ1066: [SCOI2007]蜥蜴
  6. Codeforces 439E Devu and Birthday Celebration 容斥
  7. 不会真有人觉得聊天机器人难吧——微调BERT模型得到句子间的相似度
  8. ubuntu phpmyadmin 404 not found
  9. java编写flash相册的制作软件,Flash电子相册制作工具(Amazing Flash Gallery Maker)
  10. 银行测试汉字录入软件,小键盘数字练习软件(银行及各行业文员专用)
  11. 新华三培训2---HSRP/VRRP/GLBP
  12. 社区论坛小程序源码,功能齐全,简洁漂亮,前端+后端
  13. 【程序源代码】微信公众号开发框架
  14. Win10家庭中文版 如何启用组策略
  15. 以用户体验五要素的思路,如何编写产品需求文档(PRD)
  16. 下一代微型计算机,「简讯」GTX 1650完整规格曝光;任天堂推迟下一代Switch上市时间…...
  17. NVIDIA、CUDA、CUDNN、PyTorch安装吐血整理!!!
  18. Android 系统启动 <System server> 服务 [3]
  19. 梁权财到徐闻生态工业集聚区调研
  20. 期货开户寻找交易确定性

热门文章

  1. 科大星云诗社动态20210414
  2. [云炬Mysql数据库笔记] 第2章 数据库设计
  3. VTK修炼之道29:图像统计_彩色直方图计算
  4. 三探·模块拼装思想(静态链接)
  5. [OS复习]设备管理4
  6. 在asp.net 中应用POST传递和接收XML文件以及参数.
  7. 期待着DELPHI的浴火重生
  8. FFmpeg--av_register_all函数分析
  9. 【CyberSecurityLearning 52】Web架构安全分析(web工作机制、HTTP协议)
  10. stm32 定时器初步