
Однако, с точки зрения производительности, всё далеко не так радужно. В этом посте я приведу замеры производительности и использования памяти для библиотеки LuaInterface.
<?xml version="1.0" encoding="utf-8"?> <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <ListInstance Id="" Title="$Resources:core,linksList" OnQuickLaunch="FALSE" TemplateType="103" FeatureId="00bfea71-2062-426c-90bf-714c59600103" Url="PersonalLinks" Description=""> <Data> <Rows> <Row> <Field Name="ID">1</Field> <Field Name='URL'>http://google.ru, Поиск Google</Field> </Row> <Row> <Field Name="ID">2</Field> <Field Name='URL'>http://omlin.blogspot.com, Блог Омлина :)</Field> </Row> </Rows> </Data> </ListInstance> </Elements>
Недопустимый URL-адрес: $Resources: TestResources. >> в Microsoft.SharePoint.Administration.SPElementDefinitionCollection.ProvisionListInstances(SPFeaturePropertyCollection props, SPSite site, SPWeb web, Boolean fForce)
<Row> <Field Name="ID">1</Field> <Field Name='URL'>$Resources: TestResources, Links_ItemUrl1</Field> </Row>
<Row> <Field Name="ID">1</Field> <Field Name='URL'>$Resources:TestResources, Links_ItemUrl1</Field> </Row>