-
Optimized-JS-V8
面向对象、设计模式与性能
有些C/C++开发者有些奇怪的观念。他们认为使用面向对象和设计模式会降低程序的性能。但V8证明了这种观念是错误的。V8的实现使用了许多设计模式,但依然非常高效。
下面列出V8中使用的两个模式:
工厂模式
当Javascript引擎执行一个脚本时,引擎为遇到的每个变量、函数或数组都创建一个实例。JSObject是所有这些对象的父对象(Object oriented, design patterns and performance
Some C/C++ developers have some strange ideas. They believe that the use of object-oriented and design patterns will reduce the performance of the program. But V8 proved that this idea is wrong. V8 implementation uses a number of design patterns, but still very efficient.
The following lists the two models used in V8:
Factory mode
When a Javascript engine s a script, the engine creates an instance of each variable, function, or array encountered by the engine. JSObject is the parent of all of these objects.)
- 2016-08-30 23:02:34下载
- 积分:1
-
ASP 个人网站源码
资源描述一个很漂亮的个人网站原码,供大家学习 是用ASP编写的。采用的是ACCESS数据库
- 2022-05-23 06:36:49下载
- 积分:1
-
421q
说明: 基于asp的网站管理系统,课直接下载使用,对初学者有恨大帮助,希望对大家有用(based website management systems, direct download lesson use, for beginners to hate big help, we hope to useful)
- 2005-12-10 22:20:41下载
- 积分:1
-
phpcms_v9.3.4_UTF8
它是基于php和mysql的电子商务网站源码。(It is based on php and mysql e-commerce website source.)
- 2021-02-01 10:20:00下载
- 积分:1
-
SoftwareNetBank(includeDesignDocumentandTestReport
一个利用ASP.NET开发的网上银行子系统,含有相关的设计分析,以及测试报告,类图等软件工程文档(A use of ASP.NET development of Internet banking subsystem, containing the relevant design and analysis, as well as test reports, class diagram, such as software engineering documents)
- 2008-03-21 16:57:02下载
- 积分:1
-
NetState
java实现的简单网络监测包括ping-ip,telnet端口(Simple network monitoring implemented by Java includes ping-ip, telnet ports)
- 2018-12-05 10:13:57下载
- 积分:1
-
new41hk
主要功能集新闻,文章,下载,留言一体的整站程序。
后台登陆地址:admin.asp
验证码可不用填写 用户名:admin
密码:admin888(The main feature set news, articles, downloads, comments, one of the entire station program.
Background landing Address: admin.asp
Codes can not fill in the username: admin
Password: admin888)
- 2016-04-11 22:29:38下载
- 积分:1
-
smallChat
微信后台开发,php代码,关于调用小黄鸡接口的例子,欢迎下载。(wechat development background, PHP code, the example about call yellow chicken interface, welcome to download.)
- 2015-04-29 16:14:11下载
- 积分:1
-
PHP AJAX 问答库
quizzy 生成器 2.0 是一个伴侣工具到 quizzy 的 PHP 库。它可用于以图形方式建立可用的测验由 quizzy 库。要在您的服务器上使用 quizzy 生成器,只是该归档文件提取到其自己的文件夹在您的服务器上,然后转指数.php 在您的 web 浏览器中。您的服务器必须运行 PHP 5,以便简单 XML。。它可能是使用在线版本,因为它保证是最新的版本和当前版本的 quizzy 生成器产生在 PHP 中的几次警告如果打开警告,则更为可取。
- 2022-06-12 06:45:12下载
- 积分:1
-
使用webgl实现的画点
WebGL是一种3D绘图标准,这种绘图技术标准允许把JavaScript和OpenGL ES 2.0结合在一起,通过增加OpenGL ES 2.0的一个JavaScript绑定,WebGL可以为HTML5 Canvas提供硬件3D加速渲染,这样Web开发人员就可以借助系统显卡来在浏览器里更流畅地展示3D场景和模型了,还能创建复杂的导航和数据视觉化。本例为使用webgl实现的画点
- 2022-11-09 03:25:03下载
- 积分:1