Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .vs/STSdb4/v15/sqlite3/storage.ide
Binary file not shown.
12 changes: 1 addition & 11 deletions STSdb4.GettingStarted/Program.cs
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
using DatabaseBenchmark;
using STSdb4.Data;
using DatabaseBenchmark;
using STSdb4.Database;
using STSdb4.General.Extensions;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Diagnostics;
using System.IO;
using System.Text;
using STSdb4.Storage;
using System.Globalization;
using System.Threading;
using STSdb4.WaterfallTree;
using STSdb4.General.Collections;
using STSdb4.General.Comparers;

namespace STSdb4.GettingStarted
{
Expand Down
1 change: 0 additions & 1 deletion STSdb4.GettingStarted/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
3 changes: 0 additions & 3 deletions STSdb4.GettingStarted/Tick.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace DatabaseBenchmark
{
Expand Down
1 change: 0 additions & 1 deletion STSdb4.GettingStarted/TicksGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;

namespace DatabaseBenchmark
{
Expand Down
4 changes: 0 additions & 4 deletions STSdb4.Server/AboutBox.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Reflection;
using System.Windows.Forms;

Expand Down
11 changes: 0 additions & 11 deletions STSdb4.Server/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Windows.Forms;
using System.Diagnostics;
using System.Collections.Concurrent;
using STSdb4.General.Communication;

namespace STSdb4.Server
{
Expand Down
13 changes: 1 addition & 12 deletions STSdb4.Server/Program.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceProcess;
using System.Text;
using System.Threading.Tasks;
using System.Threading;
using STSdb4.Database;
using STSdb4.Data;
using STSdb4.Database.Operations;
using STSdb4.WaterfallTree;
using System.IO;
using System.ServiceProcess;
using System.Configuration;
using STSdb4.Remote;

Expand Down
1 change: 0 additions & 1 deletion STSdb4.Server/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
9 changes: 0 additions & 9 deletions STSdb4.Server/STSdb4Service.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
using STSdb4.Database;
using STSdb4.General.Communication;
using STSdb4.Remote;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration;
using System.Data;
using System.Diagnostics;
using System.Linq;
using System.ServiceProcess;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace STSdb4.Server
Expand Down
4 changes: 0 additions & 4 deletions STSdb4.Server/UsersAndExceptionHandler.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
using STSdb4.General.Communication;
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace STSdb4.Server
Expand Down
3 changes: 0 additions & 3 deletions STSdb4/Data/CompareOption.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using STSdb4.General.Collections;
using STSdb4.General.Comparers;
using STSdb4.General.Extensions;
using System.IO;
Expand Down
1 change: 0 additions & 1 deletion STSdb4/Data/Comparer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using STSdb4.General.Extensions;
using System.Reflection;
using STSdb4.General.Comparers;
Expand Down
7 changes: 1 addition & 6 deletions STSdb4/Data/Data.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace STSdb4.Data
namespace STSdb4.Data
{
public class Data<T> : IData
{
Expand Down
2 changes: 0 additions & 2 deletions STSdb4/Data/DataComparer.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;

namespace STSdb4.Data
{
Expand Down
4 changes: 0 additions & 4 deletions STSdb4/Data/DataEqualityComparer.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using STSdb4.General.Extensions;
using STSdb4.General.Comparers;

namespace STSdb4.Data
{
Expand Down
6 changes: 1 addition & 5 deletions STSdb4/Data/DataExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Linq.Expressions;

namespace STSdb4.Data
{
Expand Down
5 changes: 0 additions & 5 deletions STSdb4/Data/DataIndexerPersist.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
using STSdb4.General.Persist;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using STSdb4.General.Extensions;
using System.Threading.Tasks;
using STSdb4.General.Compression;

namespace STSdb4.Data
{
Expand Down
4 changes: 0 additions & 4 deletions STSdb4/Data/DataPersist.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
using STSdb4.General.Persist;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using System.Reflection;

namespace STSdb4.Data
{
Expand Down
2 changes: 0 additions & 2 deletions STSdb4/Data/DataToObjects.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using STSdb4.General.Extensions;

namespace STSdb4.Data
Expand Down
2 changes: 0 additions & 2 deletions STSdb4/Data/DataToString.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using STSdb4.General.Extensions;
using System.Reflection;

namespace STSdb4.Data
Expand Down
3 changes: 0 additions & 3 deletions STSdb4/Data/DataTransformer.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using System.Threading;

namespace STSdb4.Data
{
Expand Down
3 changes: 0 additions & 3 deletions STSdb4/Data/DataType.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;

namespace STSdb4.Data
{
Expand Down
5 changes: 1 addition & 4 deletions STSdb4/Data/DataTypeUtils.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
using STSdb4.General.Comparers;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using STSdb4.General.Extensions;
using System.Text;
using System.Collections.Concurrent;
using System.Diagnostics;

namespace STSdb4.Data
{
Expand Down
1 change: 0 additions & 1 deletion STSdb4/Data/EqualityComparer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;

namespace STSdb4.Data
{
Expand Down
7 changes: 1 addition & 6 deletions STSdb4/Data/IData.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace STSdb4.Data
namespace STSdb4.Data
{
public interface IData
{
Expand Down
7 changes: 1 addition & 6 deletions STSdb4/Data/IToObjects.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace STSdb4.Data
namespace STSdb4.Data
{
public interface IToObjects<T> : ITransformer<T, object[]>
{
Expand Down
7 changes: 1 addition & 6 deletions STSdb4/Data/IToString.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace STSdb4.Data
namespace STSdb4.Data
{
public interface IToString<T> : ITransformer<T, string>
{
Expand Down
7 changes: 1 addition & 6 deletions STSdb4/Data/ITransformer.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace STSdb4.Data
namespace STSdb4.Data
{
public interface ITransformer<T1, T2>
{
Expand Down
1 change: 0 additions & 1 deletion STSdb4/Data/IndexerPersist.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using STSdb4.General.Extensions;
using System.Threading.Tasks;
using STSdb4.General.Compression;
Expand Down
3 changes: 0 additions & 3 deletions STSdb4/Data/Persist.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
using STSdb4.General.Persist;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using STSdb4.General.Extensions;
using System.Diagnostics;
using System.IO;
using STSdb4.General.Compression;
using STSdb4.General.Comparers;
using System.Threading;

namespace STSdb4.Data
{
Expand Down
3 changes: 0 additions & 3 deletions STSdb4/Data/Slots.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace STSdb4.Data
{
Expand Down
3 changes: 0 additions & 3 deletions STSdb4/Data/SlotsBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Text;

namespace STSdb4.Data
{
Expand Down
1 change: 0 additions & 1 deletion STSdb4/Data/Transformer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using STSdb4.General.Extensions;

namespace STSdb4.Data
Expand Down
1 change: 0 additions & 1 deletion STSdb4/Data/ValueToObjects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using STSdb4.General.Extensions;
using System.Reflection;

Expand Down
3 changes: 0 additions & 3 deletions STSdb4/Database/IStorageEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
using STSdb4.WaterfallTree;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;

namespace STSdb4.Database
{
Expand Down
3 changes: 0 additions & 3 deletions STSdb4/Database/ITable.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using STSdb4.WaterfallTree;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace STSdb4.Database
{
Expand Down
Loading